AndroidContacts
AndroidContacts copied to clipboard
Easy to use library for contacts aggregation
As far as I'm aware this library is available only on JCenter: https://developer.android.com/studio/build/jcenter-migration
i came to know we can get the owner name of the device can you add this too? this might help you https://stackoverflow.com/questions/20360506/get-owner-name-of-an-android-device
How can I update existing contacts' names and numbers?
(1) When I get all contacts with: ```java List all_contacts = new ContactsGetterBuilder(this) .allFields() .buildList(); ``` the deleted contacts are included or (I hope) excluded? Because I can't see any...