calllog
Call end listener in Android
I am developing an application in which I am storing call log details from CallLog provider. Android stores call logs in a database and I am copying new rows from that database.[详细]
2023-03-03 23:17 分类:问答I want to read call logs in the android [duplicate]
This question already has answers here: Closed 11 years ago. Possible Duplicate: How can I retrieve recently used contacts in android?[详细]
2023-03-03 15:47 分类:问答ContentObservers are useless
I\'d love to be able to understand when a SPECIFIC item in the SMS or Call Log is changed.It\'s pretty easy to get notified when something changes in the appropriate content provider, but getting to t[详细]
2023-02-07 20:56 分类:问答How to programmatically insert call log entries WITH display name and photo?
I am able to programm开发者_StackOverflowatically insert an entry into the Android call log with a number, date, duration & type BUT I cannot figure out how to also include a photo, label and name[详细]
2023-02-04 15:29 分类:问答How do I create an Intent that opens the Call Log Activity?
I want to create an Intent that opens the screen showing the call logs of the current device? How would I specify such an In开发者_Python百科tent?Barmaley lead me to the correct path I did it with s[详细]
2023-02-01 10:28 分类:问答Android ContentObserver never stopped
I implemented a ContentObserver and it worked fine. But now everytime the ContentObserver is notified for some changes in the CallLog.Calls content provider, it runs the onChange() method without stop[详细]
2023-01-31 05:44 分类:问答Android: How do I find the list of calls made to a particular contact?
Given a contact, or a contact ID, in android, how开发者_StackOverflow社区 do I get the list of calls made to or from that contact?Like the call log, but filtered to just one individual (with the possi[详细]
2023-01-30 05:21 分类:问答How to get the id of the contact on Android contact list?
Hey, I want to get the id of the contact which is in the list of contacts on Android. I mean, when I add a contact to the phone, I think it has an Id, what is the class that provides this parameter? I[详细]
2023-01-30 01:43 分类:问答Android ContentObserver onChange() only returns false
I\'m trying to implement a ContentObserver for CallLog.Calls content provider. I mean, If I make a call, or receive a call, etc, the observer must notify me that the CallLog.Calls content provider has[详细]
2023-01-29 23:23 分类:问答How to know that the content provider of calls has changed
Hey, I\'d like to know if there is a way to know if the content provider of callings has changed. I mean, if I make a call, or I answer a call, it returns a \"flag\" that a new log has been added to t[详细]
2023-01-29 18:38 分类:问答