staticplay-sd1-mobile-v2 / android /app /src /debug /AndroidManifest.xml
Saient's picture
v2 offline build: guided flow, export fixes, speed instrumentation, and usage notes
a3d9e9b
Raw
History Blame Contribute Delete
374 Bytes
<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>