Fixed file permissions for Android 10

(cherry picked from commit 4e1952ffaf)
This commit is contained in:
Jay 2020-01-11 18:27:39 -08:00 committed by arkon
parent 32b7cc68b9
commit 83c2e907c7

View File

@ -21,6 +21,7 @@
android:hardwareAccelerated="true"
android:usesCleartextTraffic="true"
android:icon="@mipmap/ic_launcher"
android:requestLegacyExternalStorage="true"
android:roundIcon="@mipmap/ic_launcher_round"
android:label="@string/app_name"
android:largeHeap="true"