about summary refs log tree commit diff
path: root/android/app/src/debug/AndroidManifest.xml
blob: 99e38fc5f8aa3d6da50fffda0cbe93411fad33ca (plain) (blame)
1
2
3
4
5
6
7
<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" />
</manifest>