Skip to content

Commit

Permalink
πŸ—„ Added storage permission
Browse files Browse the repository at this point in the history
  • Loading branch information
ElforL committed Jan 20, 2021
1 parent f914e42 commit cbe878c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
<application
android:name="io.flutter.app.FlutterApplication"
android:label="ElfChat"
android:icon="@mipmap/ic_launcher">
android:icon="@mipmap/ic_launcher"
android:requestLegacyExternalStorage="true">
<activity
android:name=".MainActivity"
android:launchMode="singleTop"
Expand Down

0 comments on commit cbe878c

Please sign in to comment.