You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: