2022-05-19 07:29:25 -06: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"/>
|
|
|
|
|
2022-12-17 08:35:37 -07:00
|
|
|
<application
|
|
|
|
android:usesCleartextTraffic="true"
|
|
|
|
tools:targetApi="28"
|
|
|
|
tools:ignore="GoogleAppIndexingWarning">
|
|
|
|
<activity android:name="com.facebook.react.devsupport.DevSettingsActivity" android:exported="false" />
|
|
|
|
</application>
|
2022-05-19 07:29:25 -06:00
|
|
|
</manifest>
|