How do I access call log for android? found this but this gives me an access to my existing call log. I want to make private call log in which some specified numbers will be handled.
Asked
Active
Viewed 42 times
1 Answers
0
A "private call log" is simply a list (or ListView
activity).
You can use the same layouts and fonts as the "default" android app, but remember that each carrier and manufacturer re-brands the call logs on almost every phone.
So you just need to make your own. You can monitor call logs and remove them if you don't want them duplicated in both logs. See this post: