Skip to content

Commit 416177a

Browse files
Add missing case for apk file
Signed-off-by: huynguyennovem <huynguyennovem@gmail.com>
1 parent 0c3d603 commit 416177a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

android/app/src/main/AndroidManifest.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66

77
<!--flutter_downloader-->
88
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" android:maxSdkVersion="28" />
9+
<uses-permission android:name="android.permission.REQUEST_INSTALL_PACKAGES" /> <!--Install .apk files-->
910

1011
<uses-permission android:name="android.permission.MANAGE_EXTERNAL_STORAGE"/>
1112

0 commit comments

Comments
 (0)