Hi all,
I am developing a Backup restore app for contacts.There is this device
HTC Desire which has Birthday and Anniversary Fields which are not
present on my devices.For each field i apply
ContentProviderOperation.newInsert() and finally
ContentProviderResult[] res = contentResolver.applyBatch(
ContactsContract.AUTHORITY, valueArray);
I need to know which fields were inserted correctly like if a Device
does not have a Birthday field in Contact , i shd understand that.How
do i come to know whether a certain field was inserted correctly or
not.
Another way is to find out at runtime which all fields of Contacts are
present on a device.Is there any way to find that out ?
Please let me know your thoughts.
Regards,
Alok
--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en