Skip to content

Commit

Permalink
Merge pull request #248 from Henry-ZHR/master
Browse files Browse the repository at this point in the history
仅withUpdater请求REQUEST_INSTALL_PACKAGES
  • Loading branch information
rRemix authored May 2, 2024
2 parents 6488be0 + 0799d6f commit 3a0f461
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/src/nonGoogle/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
<uses-permission
android:name="android.permission.MANAGE_EXTERNAL_STORAGE"
tools:ignore="ProtectedPermissions,ScopedStorage" />
<uses-permission android:name="android.permission.REQUEST_INSTALL_PACKAGES" />

<application
android:requestLegacyExternalStorage="true"
Expand Down
5 changes: 5 additions & 0 deletions app/src/withUpdater/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android">

<uses-permission android:name="android.permission.REQUEST_INSTALL_PACKAGES" />
</manifest>

0 comments on commit 3a0f461

Please sign in to comment.