Skip to content

Commit

Permalink
Fix storage access on Android 10/Q
Browse files Browse the repository at this point in the history
  • Loading branch information
maxroehrl committed Jun 4, 2020
1 parent c85bcd9 commit 805abae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:supportsRtl="false"
android:requestLegacyExternalStorage="true"
android:theme="@style/AppTheme">

<activity
Expand Down

0 comments on commit 805abae

Please sign in to comment.