Skip to content

Commit

Permalink
fix: Fix the issue of installing apk files(Android) (GopeedLab#448) (G…
Browse files Browse the repository at this point in the history
  • Loading branch information
DearZack authored Apr 3, 2024
1 parent 3936fd7 commit 4294d07
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ui/flutter/android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
package="com.gopeed">

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

<application
android:name="${applicationName}"
Expand Down

0 comments on commit 4294d07

Please sign in to comment.