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
I removed android.permission.SYSTEM_ALERT_WINDOW permission from androidmanifest.xml but after building the app for production, I still get display system-level alerts request permission.
How can I remove this permission?
The text was updated successfully, but these errors were encountered:
Please do a quick search, there are multiple issues asking the same thing. The most extensive discussion was in #5886. See especially mikelambert's solution of creating /src/release/AndroidManifest.xml file.
I removed
android.permission.SYSTEM_ALERT_WINDOW
permission fromandroidmanifest.xml
but after building the app for production, I still getdisplay system-level alerts
request permission.How can I remove this permission?
The text was updated successfully, but these errors were encountered: