I am working on an android project. I would like to ask how to modify the last call log (phone number). I am using an incoming broadcast receiver so I know when incoming calls arrive. Need some advice. Appreciate
Asked
Active
Viewed 2,471 times
1
-
what have you done already? did you try to search? – Selvin Aug 10 '12 at 10:25
1 Answers
1
Your question seems like a duplicate of Delete call from call log after call end.
There is a content provider you can use to search for certain calls and delete them. Look at the question that I linked.