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

Permission #1079

Closed
tverilytt opened this issue Aug 22, 2016 · 4 comments
Closed

Permission #1079

tverilytt opened this issue Aug 22, 2016 · 4 comments
Labels

Comments

@tverilytt
Copy link

Hi!

I commented out the WRITE_EXTERNAL_STORAGE permission in the plugin.xml. Things still seems to work nice. Is the permission required in any particular situation?

cheers
-jo

        <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
@kasp1
Copy link

kasp1 commented Jan 18, 2017

My question as well. This is one of the permissions people seem to be sensitive about. It's slowed down my installs growth when I added this permission requirement to one of my apps. It would be better to leave it out if it's not necessary of the plugin itself.

@wioux
Copy link

wioux commented Jul 13, 2017

#1021 says the permission is only required on androids older than 4.4 KitKat.

@red-led
Copy link

red-led commented Sep 20, 2017

If it's true, android:maxSdkVersion="18" in plugin.xml should solve problem.

@katzer
Copy link
Owner

katzer commented Nov 1, 2017

I see - I will remove the permission.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

6 participants