this repo has no description
at main 374 B view raw
1<manifest xmlns:android="http://schemas.android.com/apk/res/android" 2 xmlns:tools="http://schemas.android.com/tools"> 3 4 <uses-permission android:name="android.permission.SYSTEM_ALERT_WINDOW"/> 5 6 <application android:usesCleartextTraffic="true" tools:targetApi="28" tools:ignore="GoogleAppIndexingWarning" tools:replace="android:usesCleartextTraffic" /> 7</manifest>