fix bug of eaccess file write

This commit is contained in:
zhongchao
2022-04-01 13:11:32 +08:00
parent dfc72ecaeb
commit 071ae474b9

View File

@@ -13,6 +13,7 @@
android:label="@string/app_shell_name"
android:largeHeap="true"
android:resizeableActivity="false"
android:requestLegacyExternalStorage="true"
android:supportsRtl="true"
android:theme="@style/AppTheme.App"
android:usesCleartextTraffic="true"