The new Contacts API is defined in the android.provider.ContactsContract and related classes. The older API is still supported, although deprecated.
1
vote
0answers
29 views
How to display phone contacts only (exclude SIM contacts)
I'm building an UI where I need to show a list of phone contacts in a list view.
I'm using ContactsContract.Data and the CursorLoader to load the data and then binding the cursor to a custom ...
0
votes
0answers
19 views
getting email from Android phone contacts
Please, I've been trying all day to get the email address of all the contact on a phone but somehow, i can't get it to work. Please can someone tell me where am going wrong.. all others work except ...
0
votes
1answer
22 views
Android Contact Picking Uri
I have a string content//com.android.contacts/contacts/contacts/2 ie aft the user has selected a particular number.
From this string, how do i get the phone number of this particular contact?
I am ...
0
votes
1answer
26 views
Query contacts details skipping synched contacts by other applications
I am doing a query to retrieve contacts details (specifically their postal address) via ContactsContract. The point is that I would like to skip the contacts that are synchronized from other ...
1
vote
1answer
67 views
Get user/owner profile contact URI and user image with API 8 onwards
From API 14 (Android 4.0 onwards) onwards I can use ContactsContract.Profile.CONTENT_URI to get the phone owner's contact profile Uri, and through that obtain their avatar/contact photo.
I want to ...
0
votes
0answers
36 views
Not able to get Contact name from Contact
I tried all combinations but failed to get the contact name from android contact provider.I do get contact number successfully but there are issues in getting the contact name pls help
Here goes the ...
0
votes
1answer
42 views
Erroneous contact data retrieved from android contactlist - How to correct?
I am experiencing some unusual behaviour from my app - I cannot fathom why, but when a user selects a contact from my listview, the contact which is later retrieved from the handset is somehow not the ...
0
votes
1answer
126 views
Writing a contact's photo into a vcf file, android
I am using a code in which a list of all contacts is shown. When I select a contact from the list, details of the contact are shown and saved in a .vcf file (in proper vcard format), working fine. ...
0
votes
1answer
57 views
How to use listview and contacts to create local list of contacts?
Using the following code I am populating a listview with contacts' names and a corresponding checkbox.
At the moment, the code just spits the whole list into the log.
I intend to take selected ...
0
votes
0answers
76 views
How to pick only one contact in android
I want to pick only one contact in my app. But the problem is when I select a contact, it will selected all contact I have. Please review my code.
Here is the code:
...
1
vote
1answer
139 views
ContactsContract - Which contacts should I display? (Visible groups)
I need to create a List with all phone numbers found on the device. So what I did, was query the ContactsContract.Data.CONTENT_URIas follows:
Uri uri = Data.CONTENT_URI;
String[] ...
0
votes
2answers
85 views
How to get email from internal contacts in android?
I am developing an app where i need to get contacts & emails from internal phone book..
After some search in google i found the following code for getting phonenum & name.
Main.java
Cursor ...
0
votes
0answers
18 views
Making Contacts Group using Contact Contract in Android
I want functionality in my app that user can make group of selected contacts.
How can be this possible? Any help will be appreciated, I want to use Contact Contract
0
votes
1answer
57 views
Getting every field from Android's Contact Provider (not just filling a ListView)
I have the following DTO object that represents a contact:
public class ContactDTO {
private String name;
private String eMail;
public ContactDTO(String name, String eMail){
...
0
votes
1answer
127 views
Displaying contacts with EMAIL address only in android
i am trying to build a app, where phone contacts only with email address has to be displayed to the user.When the user click on the editbox in my app,phone contacts only with email address has to be ...
1
vote
1answer
434 views
Displaying contacts only with phone numbers using ACTION_PICK intent in Android device
My goal is to only display contacts with phone number to user and let user select few contacts which I want to store locally.
I have used various options in place of ...
0
votes
1answer
64 views
How to find out which application is accessing phone contacts in background?
I have searched a lot but didn't find any thing useful.
I have created one sample application which will read and write the contacts and check the Android Log but didn't found any intent or any thing ...
0
votes
0answers
103 views
Programmatically add contacts does not work on Samsung Gio
Programmatically add contacts does not work on Samsung Gio, but it works on the emulator and Samsung Galaxy S3. However, the Samsung Gio contact is created, but no numbers that I added. Below is the ...
0
votes
0answers
46 views
how to specify account for ContactsContract editor
From my app, I want to invoke the Contacts editor to allow the user to add a new contact. I want to find a way for the app to pass to the editor an account to be used. How can this be done?
I have ...
0
votes
1answer
59 views
ContactsContract editor ignores email, phone intent data
(code segment revised - now working)
According to the Android references
http://developer.android.com/reference/android/provider/ContactsContract.Intents.Insert.html
it should be possible to pass ...
2
votes
0answers
46 views
open “Pick a Contact” with a name in the search
i want to open the contact intent with a name already in the search box. can id do that?
if so how?
no i'm calling to the intent like that:
Intent pickContactIntent = new ...
0
votes
4answers
187 views
How to read android.R.id.text2 in android?
I have this following code
public class Contacts extends ListActivity {
ListView lv;
@Override
protected void onCreate(Bundle savedInstanceState) {
...
5
votes
1answer
369 views
Insert Contact (ContactsContract) via Intent with Image (Photo)
There is many Q&A threads, but none of them is providing real answer, or I couldn't find it.
To ensure you, I've searched before asking:
Android: set contact photo with ContactsContract insert ...
0
votes
0answers
59 views
how to find the service provider in android for list of each contacts number using Contact Manager?
I have sim contacts in my android mobile.How to find the service provider of each number using Contact provider Manager and telephone manager.I want to display the contact name ,mobile number and ...
0
votes
2answers
65 views
How to show sync failed message
I've build a contacts sync adapter. It's all working fine but I need one more thing. If for some reason the sync does not complete successfully, I want to show a message like Google account is showing ...
0
votes
1answer
97 views
Inserting Contacts in Android
I am developing a backup application for Android, mainly contacts and SMS messages. Backing up isn't a problem, but writing the contacts back to the Android database is proving problematic.
This is ...
1
vote
1answer
84 views
how to open native contact card by URI
Can someone please explain me how to open contact native for specific contact URi
I manage to resolve the contact URI by:
Uri lookupUri = ...
0
votes
0answers
64 views
Trying to Edit a contact on Android
I'm trying to send the user to the native contacts application so that they can edit the contact in there, it's working fine in V3.0+ But in a device with 2.3.3 it's giving me an exception, can ...
0
votes
0answers
45 views
dirty flag not working properly for contacts in android
I am using my app to create some contacts using android contact provider API's, and I want know when my contacts get edited outside my application for that I am getting the DIRTY flag value of ...
0
votes
1answer
163 views
Add contacts in Android 4.2 not notifying app
I'm working on adding contact picker functionality to app, as well as the ability to add a contact from the app into the native contact manager. For inserting, I'm launching the contact manager like ...
0
votes
1answer
76 views
ContactsContract returning phone number with a space that can't be trimmed
I've a weird problem here. When you use this:
ContactsContract.CommonDataKinds.Phone.NUMBER
It returns 0123 4567890 (or something like that).
Now the SPACE in between these numbers is causing ...
0
votes
0answers
89 views
Android Contacts provider account interfering with other accounts
I've build a contacts provider which is synchronizing contacts from our private server. Everything is working fine until I delete the account. This is where the problem occurs. For example: If from my ...
0
votes
2answers
86 views
android contacts sync without auth token
Is there a way to sync android contacts with server without using authToken, just username and password? How can it be done?
I want to authenticate with username and password everytime i sync the ...
1
vote
1answer
63 views
android: Contacts provider working in emulator but not on phone
I'm building Contacts provider for android with sync adapter. For now, I have ArrayList of contacts that I'm adding. When I run it on the emulator It's working just fine, but when I run it on the ...
0
votes
0answers
212 views
read only phone book contact ignore SIM and other service contacts like google ,facebook etc
i have just code for read contacts with name ,phone number and email -id and it work fine but it read all contact and i want only of phone book .
I want to ignore SIM contact and other like facebook ...
0
votes
0answers
118 views
Empty Cursor when querying contact uri
My little test app picks one contact using the contact picker:
final Intent contactPickerIntent = new Intent(Intent.ACTION_PICK,
...
1
vote
1answer
241 views
Android 4.1+/ContactContract: Lookup group to given contactId (derived from lookup a number)
The following function has a phone number as input parameter (e.g. +436641234567 or +436641234567) and performs two lookups in the Contacts database: first, identify the user belonging to this number ...
0
votes
0answers
171 views
Android: How I can save the Longitude and Latitude into Contact Manager of 'Address'?
In this apps, user can choose either Gallery or Camera to include a photo with Longitude and Latitude embedded.
Currently, this apps able to save name, phone, email address.
So, next steps, I want to ...
0
votes
0answers
300 views
Android App, open contacts list and display phone number
I'm developing an Android app using "android.permission.SEND_SMS" to opne contact list and display it. My app run just fine, but when I pick a contact from my list it only display the first contact ...
0
votes
1answer
284 views
Retrieval of firstname and lastname from android contacts results in '1' and 'null'
I am retrieving firstname and lastname from the android contact using the below code.DISPLAY_NAME gives back the name of the contact while firstname and lastname returns 1 and null respectively.The ...
0
votes
0answers
70 views
Get contact id when click in context menu
I have a list View with some clients. In this listView i click in a client and appear a contextMenu.
How i can get the id of the contact that this client have in contactscontract?????
public ...
0
votes
0answers
67 views
Remove contact by context menu click
I have a list with some clients. Each client have a contact in contactscontract.
When I click in one of them, I have a context menu and I have an option remove, that removes the respective client of ...
0
votes
1answer
123 views
How to get last inserted native contact id in android
I have to get distinct raw contact id using content resolver.
ContentResolver cr = getContentResolver();
Cursor cur = cr.query(ContactsContract.Contacts.CONTENT_URI,
null, ...
0
votes
0answers
52 views
Why am I unable to update the email address in android?
ArrayList<ContentProviderOperation> ops = new ArrayList<ContentProviderOperation>();
ops.clear();
ops.add(ContentProviderOperation.newUpdate(ContactsContract.Data.CONTENT_URI)
...
0
votes
1answer
242 views
How to programmatically add contact that is synced with google
In my application that I'm building I can add contacts to my native contacts list. But the contacts I'm adding are phone-only. How can I programmatically add contact that will be synced with Google ...
2
votes
1answer
130 views
Android: querying contacts - SOMETIMES returns empty cursor
I'm trying to query contact's display name:
@Override
public void onActivityResult(int requestCode, int resultCode, Intent data) {
switch (requestCode) {
case REQ_CODE_PICK_CONTACT:
...
0
votes
1answer
207 views
Android - cannot update listview with filtered results from edittext string
I'm experiencing some problems filtering contacts on the phone by the search string typed by the user in an edittext.
It seems like it's filtering well, but the problem is that the filtered ListView ...
2
votes
1answer
160 views
Android contact list get address
in my app (android 4.0) i need to retrieve the address from a contact. I used the solution provided in another post here:
Uri contactData = data.getData();
Cursor c = managedQuery(contactData, null, ...
2
votes
1answer
436 views
How to beam a contact from you app (using NFC) and save it in contact list on receiving device?
How would you beam a contact using your own app (and using Android Beam) to another device and have it saved in their contact list (i.e. the default contacts app). The contact on the sending device ...
2
votes
2answers
112 views
Not able to access phone number column through contact api (ContactsContract)
I am trying to assign an contact cursor to an adapter. I am not able to access it.
It throws below error.
Unable to start activity java.lang.IllegalArgumentException: column 'data1' does not exist
...
