Skip to content

don't exit app if permissions are not granted #238

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 Jul 25, 2016 · 1 comment
Closed

don't exit app if permissions are not granted #238

codeanticode opened this issue Jul 25, 2016 · 1 comment

Comments

@codeanticode
Copy link
Contributor

The app in 3.0.1 quits if any "dangerous" permission is not granted by the user when the app starts. The app should handle this situation in the sketch code, exiting if that's the only option. The PApplet.checkPermission() method can be used to determine whether a given permission has been granted, and act accordingly.

@codeanticode
Copy link
Contributor Author

Fixed with 5fa6299

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