ToDo/android/app/src/debug/AndroidManifest.xml
Alexandre bd1d6e04f8
Some checks are pending
Expo Android Build / build (push) Waiting to run
This time, the revert should work
2025-03-10 14:34:37 +01:00

8 lines
374 B
XML

<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"/>
<application android:usesCleartextTraffic="true" tools:targetApi="28" tools:ignore="GoogleAppIndexingWarning" tools:replace="android:usesCleartextTraffic" />
</manifest>