Fix External Storage Access on Android 10 (#10)

Android 10 and above block access to the legacy java file APIs on external storage without the 'android:requestLegacyExternalStorage' flag set. This is a temporary measure while we adopt newer APIs.
This commit is contained in:
bylaws 2019-11-09 13:39:40 +00:00 committed by ◱ PixelyIon
parent 19eae34315
commit 2e0014ba7c

View File

@ -14,7 +14,8 @@
android:supportsRtl="true"
android:theme="@style/AppTheme"
tools:ignore="GoogleAppIndexingWarning"
android:fullBackupContent="@xml/backup_descriptor">
android:fullBackupContent="@xml/backup_descriptor"
android:requestLegacyExternalStorage="true">
<activity
android:name="emu.skyline.LogActivity"
android:label="@string/log"