android-contacts
Contacts: eliminate the selection of duplicate phone numbers
I am trying to select all the the contacts on the phone with a phone number. However, if someone has the same phone number phone the same contact twice, it will appear twice, since it has a different[详细]
2023-03-25 10:55 分类:问答How to read contacts info from database
I just want to read all contacts info in to a PhoneBookBean. PhoneBookBean is include first_name, lastname, email_address. But it seems very difficult read like People.URL.[详细]
2023-03-23 23:04 分类:问答How to create an account for contacts in Android?
I\'m creating an app that manages the phonebook开发者_如何转开发 of the device. In the phone, there are contact accounts like com.google or com.htc.android.pcsc.[详细]
2023-03-23 22:26 分类:问答How to write contactname and contactno row-wise in .csv file in Android?
I want to take contactname and corresponding contact no from mobile and want to write it in .csv file. Each row will contains contact name and contact number of each person for the entire contact list[详细]
2023-03-23 13:50 分类:问答Add a custom field to a phone number
Am building an app that requir开发者_如何转开发es a custom contact field (\'whitelist\', if you were wondering) for every phone number.[详细]
2023-03-23 05:45 分类:问答Can`t insert a new record into contacts
I can successfully insert a new record using People.CONTENT_URL according to http://developer.android.com/guide/topics/providers/content-providers.html#addingrecord.[详细]
2023-03-23 02:54 分类:问答Is it possible to mass edit contacts using the google android api
I would like to know if it is possible using the android api to access开发者_C百科 all of the contacts on my samsung galaxy s2 and do a string replace on every telephone number and remove all dashes.[详细]
2023-03-21 18:03 分类:问答what is the meaning of suggestions in a Content Provider Uri?
I\'ve got a Uri as below: content://com.android.contacts开发者_如何学JAVA/contacts/#/suggestions[详细]
2023-03-21 04:25 分类:问答need method to compare given name string with names in address book
is there any 开发者_开发技巧method to compare given string with names in address book of android like using ContactsContract?for the u need to compare the string to the each contact list list and set[详细]
2023-03-20 06:33 分类:问答Native contact change notification
How can I get callback in my application wheneve开发者_如何学Gor a contact is added or deleted or changed ? Is there any standard broadcast intent that I can register a BroadcastReceiver for that ?No[详细]
2023-03-18 20:24 分类:问答