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

maxSdkVersion support #192

Closed
hotchemi opened this issue Aug 25, 2016 · 0 comments
Closed

maxSdkVersion support #192

hotchemi opened this issue Aug 25, 2016 · 0 comments
Assignees
Milestone

Comments

@hotchemi
Copy link
Member

ref: https://developer.android.com/guide/topics/manifest/uses-permission-element.html

Overview

<uses-permission> element has an attribute which is called maxSdkVersion.
For example getExternalFilesDir(String) and getExternalCacheDir() require READ_EXTERNAL_STORAGE permission when api lever is 19 or lower.
So in that case it's better to not to ask permission granting. Just deal with "granted".

@hotchemi hotchemi self-assigned this Aug 25, 2016
@hotchemi hotchemi modified the milestones: 2.1.1, 2.1.4 Aug 25, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant