This commit is contained in:
kunfei
2023-01-23 17:27:42 +08:00
parent 08634398e3
commit d2eb7af4a2
3 changed files with 9 additions and 15 deletions
+2 -7
View File
@@ -1,13 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<!--suppress XmlUnusedNamespaceDeclaration -->
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools">
<uses-permission
android:name="android.permission.REQUEST_INSTALL_PACKAGES"
tools:node="remove" />
<uses-permission
android:name="android.permission.MANAGE_EXTERNAL_STORAGE"
tools:node="remove"
tools:ignore="ScopedStorage" />
</manifest>