"Modify system setting" popup on Android, removed expo-permissions

  1. SDK Version: 42
  2. Platforms(Android/iOS/web/all): Android 11
  3. Add the appropriate “Tag” based on what Expo library you have a question on.

Upgraded from SDK 40 to 42, upon opening Android app - get popup Modify system settings with Allow modifying system settings toggle disabled

With expo-permissions deprecated, attempting to diagnose what’s triggering at app launch?

heya @chownation , this is probably related to the WRITE_SETTINGS android permission, which is used by expo-brightness

1 Like

Thanks @charliecruzan, removed expo-brightness from build which works!

This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.