mirror of
https://github.com/DrBeef/ioq3quest.git
synced 2025-03-08 18:31:49 +00:00
Seacliff storage access issue fixed
This commit is contained in:
parent
98bd90cae5
commit
546f4845ea
1 changed files with 1 additions and 0 deletions
|
@ -17,6 +17,7 @@
|
||||||
<application
|
<application
|
||||||
android:allowBackup="false"
|
android:allowBackup="false"
|
||||||
android:fullBackupContent="false"
|
android:fullBackupContent="false"
|
||||||
|
android:requestLegacyExternalStorage="true"
|
||||||
android:icon="@mipmap/ic_launcher"
|
android:icon="@mipmap/ic_launcher"
|
||||||
android:label="@string/app_name"
|
android:label="@string/app_name"
|
||||||
android:hasCode="true">
|
android:hasCode="true">
|
||||||
|
|
Loading…
Reference in a new issue