preserve legacy external storage back in

This commit is contained in:
OMGeeky
2022-06-07 19:11:54 +02:00
parent 1af4881211
commit bd8da6ba0d
2 changed files with 2 additions and 1 deletions

View File

@@ -1,7 +1,7 @@
apply plugin: 'com.android.application'
android {
compileSdkVersion 29
compileSdkVersion 30
buildToolsVersion "30.0.2"
defaultConfig {

View File

@@ -29,6 +29,7 @@
android:theme="@style/AndorsTrailTheme_Blue"
android:requestLegacyExternalStorage="true"
android:hasFragileUserData="true"
android:preserveLegacyExternalStorage="true"
>
<activity
android:name="com.gpl.rpg.AndorsTrail.activity.StartScreenActivity"