-
Notifications
You must be signed in to change notification settings - Fork 57
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Permission Denial : Opening provider com.android.provider.contact.contactProvider2 #82
Comments
What Android version? |
@onusgit I guess you're hitting the same issue as I have, and that is trying to access contacts without first checking for permissions. Check out the methods for this here https://github.com/joshuapinter/react-native-unified-contacts#can-the-user-access-contacts |
if your andoid version >=6 ,you should add this in your MianActivity . You can also add it in other place but should be called to ensure the permission when application starts.
|
i also have the same errors, you can tell me where exactly should i enter this code, because i entered this code in my code but i have another error |
I am not access my device contact in android device.
I set Permission in AndroidManifest.xml file
The text was updated successfully, but these errors were encountered: