Add unsupport env check

This commit is contained in:
vvb2060
2020-10-30 16:43:11 +08:00
committed by John Wu
parent 331b1f542f
commit bba2ac8817
6 changed files with 83 additions and 12 deletions

View File

@ -1,6 +1,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
package="com.topjohnwu.shared">
package="com.topjohnwu.shared"
android:installLocation="internalOnly">
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
@ -16,7 +17,6 @@
<application
android:allowBackup="false"
android:installLocation="internalOnly"
android:label="Magisk"
android:requestLegacyExternalStorage="true"
android:supportsRtl="true"