You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 8, 2021. It is now read-only.
My app works fine on iOS. On the Android emulator it crashes with permissions error.
Error details :
com.android.providers.contacts.ContactsProvider2 from ProcessRecord{f043a77 10438:com.company.application/u0a80} (pid=10438, uid=10080) requires android.permission.READ_CONTACTS or android.permission.WRITE_CONTACTS
My app works fine on iOS. On the Android emulator it crashes with permissions error.
Error details :
com.android.providers.contacts.ContactsProvider2 from ProcessRecord{f043a77 10438:com.company.application/u0a80} (pid=10438, uid=10080) requires android.permission.READ_CONTACTS or android.permission.WRITE_CONTACTS
Manifest file looks like this:
Any ideas? Is it the emulator perhaps - everything else has work 100% on that so far....