Files
Magisk/app/shared/src/debug/AndroidManifest.xml
2022-01-22 22:57:34 -08:00

9 lines
238 B
XML

<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools">
<application
android:usesCleartextTraffic="true"
tools:ignore="UnusedAttribute" />
</manifest>