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

Lower 8 bits for requestCode #11

Closed
canelmas opened this issue Jun 7, 2016 · 0 comments
Closed

Lower 8 bits for requestCode #11

canelmas opened this issue Jun 7, 2016 · 0 comments
Labels

Comments

@canelmas
Copy link
Owner

canelmas commented Jun 7, 2016

Only 8 bits request codes should be used for requestPermissions(Activity activity, String[] permissions, int requestCode)

Otherwise java.lang.IllegalArgumentException: Can only use lower 8 bits for requestCode is thrown.

Fix : #10

@canelmas canelmas added the bug label Jun 7, 2016
@canelmas canelmas closed this as completed Jun 7, 2016
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

1 participant