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

Manifest.permission.WRITE_EXTERNAL_STORAGE granted = false #33

Open
bananaCaptain opened this issue Sep 25, 2018 · 3 comments
Open

Manifest.permission.WRITE_EXTERNAL_STORAGE granted = false #33

bananaCaptain opened this issue Sep 25, 2018 · 3 comments

Comments

@bananaCaptain
Copy link

use this lib ,Manifest.permission.WRITE_EXTERNAL_STORAGE granted = false.
how to fix.
THX.

@CROSP
Copy link

CROSP commented Feb 2, 2019

Have the same issue, is there any solution to this problem?

@CROSP
Copy link

CROSP commented Feb 2, 2019

In order to fix this issue, change permissions in the AndroidManifest file to the following

    <uses-permission tools:remove="android:maxSdkVersion" android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
    <uses-permission tools:remove="android:maxSdkVersion" android:name="android.permission.READ_EXTERNAL_STORAGE" />

@dmitry-zaitsev you should not use
android:maxSdkVersion="18" this will cause issues in applications using SDK > 18.

@vincentnock
Copy link

Huge problem there
Problem already there #2 , and I agree, android:maxSdkVersion should be removed.
Integrators should not have to use manifest merger capabilities to correct this behavior.

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

3 participants