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
This sketch uses GPS location, but even after enabling both the ACCESS_COARSE_LOCATION and ACCESS_FINE_LOCATION permissions from the mode, it crashes with the following error:
06-12 12:30:31.265 2171 2171 E AndroidRuntime: java.lang.RuntimeException: Unable to resume activity {processing.test.gps_example/processing.test.gps_example.MainActivity}: java.lang.SecurityException: "network" location provider requires ACCESS_COARSE_LOCATION or ACCESS_FINE_LOCATION permission.
VIBRATE permission also crashes a watch face with the following error:
06-13 19:11:02.123 3308 3308 E AndroidRuntime: java.lang.SecurityException: Requires VIBRATE permission
although it was set in the manifest file.
The text was updated successfully, but these errors were encountered:
The problem with watch faces has been fixed with 38193ce, however the other errors happen on Android 6.0, and are due to the new dangerous permissions in 6.0, which require the users to accept the permissions [during runtime](Requesting Permissions at Run Time).
This sketch uses GPS location, but even after enabling both the ACCESS_COARSE_LOCATION and ACCESS_FINE_LOCATION permissions from the mode, it crashes with the following error:
VIBRATE permission also crashes a watch face with the following error:
although it was set in the manifest file.
The text was updated successfully, but these errors were encountered: