cordova-plugin-contacts
cordova-plugin-contacts copied to clipboard
[DEPRECATED] Apache Cordova Plugin contacts
``` java.lang.SecurityException: Permission Denial: opening provider com.android.providers.contacts.ContactsProvider2 from ProcessRecord{1daa3c0 5625:{packname}/u0a508} (pid=5625, uid=10508) requires android.permission.READ_CONTACTS or android.permission.WRITE_CONTACTS at android.os.Parcel.readException(Parcel.java:1684) at android.os.Parcel.readException(Parcel.java:1637) at android.app.ActivityManagerProxy.getContentProvider(ActivityManagerNative.java:4287) at android.app.ActivityThread.acquireProvider(ActivityThread.java:5672) at android.app.ContextImpl$ApplicationContentResolver.acquireUnstableProvider(ContextImpl.java:2278) at android.content.ContentResolver.acquireUnstableProvider(ContentResolver.java:1533) at android.content.ContentResolver.query(ContentResolver.java:518)...
Now I have a problem to define whether the contacts have been updated or created. I wanted to implement the functionality of getting the updated date of the contacts in...
I think when importing data from device all contacts also saved in app-local storage. How can I get new contact list ?
For fetching contact list in my app I need get created and updated date for each contact.