Use android:requestLegacyExternalStorage (#1012)

This is a temporary workaround to buy more time to see if a better
solution can be worked on for Android 10's scoped storage limitations.
This commit is contained in:
Toby Hsieh 2020-02-22 00:45:41 -08:00 committed by GitHub
parent 3928e7dbcf
commit 265efa7b93
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -38,7 +38,8 @@ THE SOFTWARE.
android:allowBackup="true"
android:resizeableActivity="true"
android:icon="@mipmap/icon"
android:label="@string/app_name">
android:label="@string/app_name"
android:requestLegacyExternalStorage="true">
<meta-data
android:name="com.mirrorlink.android.rockscout.allow-offline-access"