Skip to content
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

Android: WRITE access not granted #246

Closed
hhravn opened this issue May 3, 2018 · 2 comments
Closed

Android: WRITE access not granted #246

hhravn opened this issue May 3, 2018 · 2 comments

Comments

@hhravn
Copy link

hhravn commented May 3, 2018

Against assumption, "dangerous" WRITE access is not automatically granted just by defining in the manifest file and requesting read access.

https://developer.android.com/guide/topics/permissions/overview#normal-dangerous

Note: Your app still needs to explicitly request every permission it needs, even if the user has already granted another permission in the same group. In addition, the grouping of permissions into groups may change in future Android releases. Your code shouldn't have logic that depends on a set of particular permissions being in the same group.

This means that write access cannot be obtained to e.g. WRITE_CONTACTS or WRITE_CALENDAR using react-native-permissions.

@hhravn
Copy link
Author

hhravn commented May 3, 2018

adressed here: #232

@zoontek
Copy link
Owner

zoontek commented Sep 28, 2019

I am closing this since this issue does not exists anymore with the 2.0.0 release.

@zoontek zoontek closed this as completed Sep 28, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants