Android - Sync Contact Add Programmatically To Google Account
In my app I need to add contact to default google account and sync it. Here my code: public static void addContact(Context context, String DisplayName,String WorkNumber, String Mob
Solution 1:
Your code works fine on my devices (Android 4.0.4 and 4.1.2), on Google server contacts for account appear automatically and from one device to other device. Thank you very much for the code, by the way.
IMHO the issue is not the code, but sync settings of your device.
Post a Comment for "Android - Sync Contact Add Programmatically To Google Account"