Skip to content

Commit

Permalink
Fixed a problem with Android 10
Browse files Browse the repository at this point in the history
Won't work for Android 11
  • Loading branch information
DrMint committed Apr 6, 2021
1 parent d8eb25a commit a85cde3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />

<application
android:requestLegacyExternalStorage="true"
android:allowBackup="true"
android:fullBackupContent="@xml/backup_descriptor"
android:icon="@mipmap/ic_launcher"
Expand Down Expand Up @@ -83,4 +84,4 @@

</application>

</manifest>
</manifest>

0 comments on commit a85cde3

Please sign in to comment.