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

Perms changes for when #3939 makes it in #134

Closed
wants to merge 3 commits into from
Closed

Conversation

carlpoole
Copy link
Member

@carlpoole carlpoole commented Dec 11, 2020

@carlpoole carlpoole requested a review from ikeith December 11, 2020 20:08
if (hasDefinedPermissions(new String[] { Manifest.permission.CAMERA })) {
// Request all permissions (includes camera)
super.requestPermissions(call);
} else {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This did not handle the situation where the app only requested 'camera' permissions. It should be superseded now by the latest changes.

@carlpoole carlpoole closed this Dec 11, 2020
@carlpoole carlpoole deleted the camera-perms branch December 11, 2020 23:25
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.

2 participants