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:
parent
3928e7dbcf
commit
265efa7b93
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user