Fix per-app locale selection

This commit is contained in:
Koitharu
2025-05-08 20:46:58 +03:00
parent 23f3182769
commit 4fcb3a969b
4 changed files with 65 additions and 63 deletions

View File

@@ -52,6 +52,7 @@
android:hasFragileUserData="true"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:localeConfig="@xml/locales_config"
android:largeHeap="true"
android:networkSecurityConfig="@xml/network_security_config"
android:requestLegacyExternalStorage="true"