mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-12-30 13:36:12 +00: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>
|