Skip to content

Commit

Permalink
Fix #351 - Preserve legacy external storage
Browse files Browse the repository at this point in the history
  • Loading branch information
Lineflyer committed Jan 8, 2022
1 parent 62172af commit 5d7e3c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
android:label="@string/app_name"
android:theme="@style/AppTheme"
tools:replace="icon, label"
android:requestLegacyExternalStorage="true">
android:preserveLegacyExternalStorage="true">
<activity
android:name="menion.android.whereyougo.gui.activity.MainActivity"
android:label="WhereYouGo">
Expand Down

0 comments on commit 5d7e3c1

Please sign in to comment.