7 lines
341 B
XML
7 lines
341 B
XML
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
|
xmlns:tools="http://schemas.android.com/tools">
|
|
|
|
<!-- These are added by React Native for debug mode, but actually aren't needed in release mode -->
|
|
<uses-permission tools:node="remove" android:name="android.permission.SYSTEM_ALERT_WINDOW"/>
|
|
|
|
</manifest> |