How can we hide call logs of specific contact in android?
问题 I am trying to hide call logs from particular contact. For this I have created broadcast receiver for receive event of incoming / outgoing / missed call / call hangup. But how can I get call details on call hangup event ? I know we can get following 2 informations when incoming event occurs : 1) State 2) Phone Number Now for hide contact, I need to delete entry from defalut call log database which is located in “content://call_log/calls” ., and insert it inside my sqlite database. Is there