Compatible with Android 10

This commit is contained in:
chinosk
2024-08-09 20:15:21 +08:00
parent 24480b6982
commit 8ddd6f53bc
5 changed files with 208 additions and 9 deletions

View File

@@ -6,6 +6,9 @@
<uses-permission android:name="android.permission.REQUEST_INSTALL_PACKAGES" />
<uses-permission android:name="android.permission.QUERY_ALL_PACKAGES"
tools:ignore="QueryAllPackagesPermission" />
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE"/>
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>
<application
android:allowBackup="true"