Skip to content

Commit b362095

Browse files
committed
Remove dependency on EXTERNAL_STORAGE permission
1 parent 0cab108 commit b362095

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

android/app/src/main/AndroidManifest.xml

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

66
<uses-permission android:name="android.permission.REQUEST_INSTALL_PACKAGES" tools:node="remove"/>
77
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" tools:node="remove"/>
8+
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" tools:node="remove"/>
89
<!-- io.flutter.app.FlutterApplication is an android.app.Application that
910
calls FlutterMain.startInitialization(this); in its onCreate method.
1011
In most cases you can leave this as-is, but you if you want to provide

0 commit comments

Comments
 (0)