mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-12-24 20:10:17 -08:00
9 lines
238 B
XML
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>
|