android-contacts
Problem with opening contacts - Android
I\'ve put a feature in my app that opens the contacts list. The problem is that some users reported that the app crashed when they tried to use it.[详细]
2023-03-10 11:38 分类:问答What is the recommended way to keep a list of contacts accessible only to my app?
I am building an application that needs to keep an list of contacts. That list will be built by inserting data by the user directly or by selecting from Android contacts.[详细]
2023-03-10 05:04 分类:问答Android ImageView unable to access some contact photos
I get the contact ID (ContactsContract.Contacts._ID) I determine if a photo is available by checking if the corrisponding ContactsContract.Contacts.PHOTO_ID is null.[详细]
2023-03-10 00:19 分类:问答Selecting a number from user with multiple numbers when using the contact picker
I\'m trying to allow a user to select a phone number from a contact using the contact picker.However, right now all the examples I see online show how you can select a contact, but I am hoping to have[详细]
2023-03-09 16:41 分类:问答Getting Number from Contacts Picker
I am trying to get a contacts name and phone number after a user has picked a contact from the Contact Picker. I am attempting to make my application work for SDK v3 and up so I created an abstract cl[详细]
2023-03-09 06:22 分类:问答how to show the list of item in related to search word in Android
i want to show the list of itemwhich contain search alphabets (alphabetsin Search(EditText)) Example: 1) [a] -----> i enter Alphabet \"a\" insearch(Edit Text)[详细]
2023-03-07 02:56 分类:问答Add city to postal address when adding contact - Android
I am adding a contact through an Intent and am unable to figure out how to开发者_运维百科 add the City to the Postal Address.Using ContactsContract.Intents.Insert.POSTAL as the key, allows me to put t[详细]
2023-03-06 12:08 分类:问答editing stock android contact apk
I am trying to edit the contact and开发者_开发知识库 dialer to have the option to display the nickname field instead of the first or last name.Currently in the contacts app, if you goto \"menu>display[详细]
2023-03-04 06:21 分类:问答Can not update contact using ContentProvoider
Uri name=null; String []whereargs={\"Sameer Ahmad\"}; name=Uri.withAppendedPath(People.CONTENT_URI,People.Phones.CONTENT_DIRECTORY);[详细]
2023-03-04 05:22 分类:问答Broadcast on contact add/change?
Is there any standar开发者_Go百科d broadcast intent that I can register a BroadcastReceiver for that gets triggered whenever a contact is added or changed? I\'ve been looking through the docs for a wh[详细]
2023-02-28 04:22 分类:问答