Skip to content
This repository has been archived by the owner on Feb 4, 2023. It is now read-only.

Commit

Permalink
Opt out of scoped storage
Browse files Browse the repository at this point in the history
  • Loading branch information
GeoZac committed Dec 18, 2019
1 parent 071723a commit aa97988
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 @@ -22,6 +22,7 @@
android:roundIcon="@mipmap/ic_launcher_round"
android:supportsRtl="true"
android:theme="@style/Theme.Phonograph.Light"
android:requestLegacyExternalStorage="true"
tools:ignore="UnusedAttribute">
<activity android:name=".ui.activities.MainActivity">
<intent-filter>
Expand Down

0 comments on commit aa97988

Please sign in to comment.