Skip to content

onRequestPermissionsResult() handler is available only in SDK level 23 #268

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

Closed
codeanticode opened this issue Dec 30, 2016 · 3 comments
Closed
Assignees
Labels
Milestone

Comments

@codeanticode
Copy link
Contributor

But it is added to the main activity even when the selected SDK level is lower than than.

@codeanticode codeanticode added this to the 3.0.2 bugfix release milestone Dec 30, 2016
@codeanticode codeanticode self-assigned this Dec 30, 2016
@codeanticode codeanticode reopened this Jan 4, 2017
@codeanticode
Copy link
Contributor Author

This handler is added irrespectively of the SDK level with the new template mechanism, so it is very likely an issue again. Need to check with older device.

@codeanticode codeanticode modified the milestones: 4.0-beta4, 3.0.2 bugfix release Jan 4, 2017
@mangal1995
Copy link

It wont be an issue as for API level < 23 , permissions are given at installation time only.No need to check for the permissions at run-time .

@codeanticode
Copy link
Contributor Author

Good point, thank you!

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

2 participants