Delete SYSTEM_ALERT_WINDOW permission

Please provide the following:

  1. SDK Version: 35.0.0
  2. Platforms(Android/iOS/web/all): Android

How can I delete SYSTEM_ALERT_WINDOW permission?

When I use decompile and recompile to remove this permission, the app doesn’t install at all.

I think this permission is only needed in debug mode. If you eject I think you should be able to remove it.

The following might help:

https://facebook.github.io/react-native/docs/removing-default-permissions

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