Skip to content

Commit 3a0f461

Browse files
authored
Merge pull request #248 from Henry-ZHR/master
仅withUpdater请求REQUEST_INSTALL_PACKAGES
2 parents 6488be0 + 0799d6f commit 3a0f461

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

app/src/nonGoogle/AndroidManifest.xml

-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
<uses-permission
77
android:name="android.permission.MANAGE_EXTERNAL_STORAGE"
88
tools:ignore="ProtectedPermissions,ScopedStorage" />
9-
<uses-permission android:name="android.permission.REQUEST_INSTALL_PACKAGES" />
109

1110
<application
1211
android:requestLegacyExternalStorage="true"
+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
3+
4+
<uses-permission android:name="android.permission.REQUEST_INSTALL_PACKAGES" />
5+
</manifest>

0 commit comments

Comments
 (0)