mirror of
https://github.com/mihonapp/mihon.git
synced 2025-02-04 14:01:27 +00:00
Fixed file permissions for Android 10
(cherry picked from commit 4e1952ffafa5b64988b0cff533fe497fabce86a6)
This commit is contained in:
parent
32b7cc68b9
commit
83c2e907c7
1 changed files with 1 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue