fixed file access for Android 10
This commit is contained in:
parent
cb28ad9272
commit
e2f9377045
1 changed files with 2 additions and 1 deletions
|
@ -6,7 +6,8 @@
|
|||
<application
|
||||
android:name="io.flutter.app.FlutterApplication"
|
||||
android:label="Aves"
|
||||
android:icon="@mipmap/ic_launcher">
|
||||
android:icon="@mipmap/ic_launcher"
|
||||
android:requestLegacyExternalStorage="true">
|
||||
<activity
|
||||
android:name=".MainActivity"
|
||||
android:launchMode="singleTop"
|
||||
|
|
Loading…
Reference in a new issue