Closed
Description
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.