Cleanup manifest

This commit is contained in:
topjohnwu
2019-11-08 02:15:30 -05:00
parent d952cc2327
commit 61de63a518
4 changed files with 16 additions and 30 deletions

View File

@@ -1,4 +1,5 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
package="com.topjohnwu.shared">
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
@@ -7,10 +8,11 @@
<application
android:icon="@drawable/ic_launcher"
android:installLocation="internalOnly"
android:label="Magisk Manager"
android:installLocation="internalOnly"
android:usesCleartextTraffic="true"
android:supportsRtl="true"
android:theme="@android:style/Theme.Translucent.NoTitleBar">
tools:ignore="UnusedAttribute">
<activity
android:name="a.r"