Adding "preserveLegacyExternalStorage" to manifest

This commit is contained in:
Jays2Kings 2021-07-05 14:12:33 -04:00
parent 19e1d87dee
commit f098a9c47a

View File

@ -27,6 +27,7 @@
android:name=".App"
android:allowBackup="true"
android:fullBackupContent="@xml/backup_rules"
android:preserveLegacyExternalStorage="true"
android:hasFragileUserData="true"
android:hardwareAccelerated="true"
android:usesCleartextTraffic="true"