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

Don't break on auto-refusal of Storage permissions on high Android versions #92

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Ten0
Copy link

@Ten0 Ten0 commented Aug 8, 2024

These permissions would be auto-refused on A13, leading to the app refusing to start with an error message like "you have not granted the requested permissions".

I've found that the app works mostly fine without these perms, at least as far as proxmark is concerned.
I've conditioned that on Build.VERSION_CODES.R because the Manifest's warning did say these permissions are ignored and have no effect on versions >= R.

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

Successfully merging this pull request may close these issues.

1 participant