2020-06-16 17:51:51 +02:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
|
xmlns:tools="http://schemas.android.com/tools">
|
|
|
|
|
|
|
|
|
|
<uses-permission android:name="android.permission.SYSTEM_ALERT_WINDOW"/>
|
|
|
|
|
|
2021-03-21 20:16:26 +01:00
|
|
|
<application
|
2023-01-10 22:35:02 +01:00
|
|
|
android:networkSecurityConfig="@xml/react_native_config"
|
2021-03-21 20:16:26 +01:00
|
|
|
tools:targetApi="28"
|
|
|
|
|
tools:ignore="GoogleAppIndexingWarning">
|
2022-05-04 18:28:00 +02:00
|
|
|
<activity
|
|
|
|
|
android:name="com.facebook.react.devsupport.DevSettingsActivity"
|
|
|
|
|
android:exported="false" />
|
2021-03-21 20:16:26 +01:00
|
|
|
</application>
|
2020-06-16 17:51:51 +02:00
|
|
|
</manifest>
|