OK, so the ability to remove entries from the CallLog by running a program isn't exactly rocket science. But hey, it's the first time I've played with the Android SDK, so give me a break.
What I would like though, is some feedback, both on the application I've already posted, and the following idea.
For the one already posted, is there any interest is removing Log entries by other criteria than "age". If so, I can extent it some.
But, what I'm now looking at, is the ability to maintain the CallLog automatically. I've worked out how to intercept the broadcasts, to maintain the Log, as it gets written. My ideas, at the moment are, for preferences which will set up any combination of:
Automatically remove entries older than a specified age.
Only keep the last nn entries.
Only keep the last occurrence of a phone number, instead of every one.
Apply the above setting to either the complete Log, or separately to the Incoming and Outgoing calls.
Anything else, that people want to suggest. As long as it's practical.
So, feedback please, and if you think it's a lame idea, then feel free to say so. I won't be offended.
Cheers.