Redirect to per-app language settings on Android 13+
This commit is contained in:
parent
cc7c00f3a4
commit
18012032f1
4 changed files with 40 additions and 0 deletions
|
|
@ -13,6 +13,13 @@
|
|||
app:iconSpaceReserved="false"
|
||||
app:useSimpleSummaryProvider="true" />
|
||||
|
||||
<Preference
|
||||
android:key="@string/app_language_android_13_and_up_key"
|
||||
android:title="@string/app_language_title"
|
||||
app:isPreferenceVisible="false"
|
||||
app:singleLineTitle="false"
|
||||
app:iconSpaceReserved="false" />
|
||||
|
||||
<ListPreference
|
||||
android:defaultValue="@string/default_localization_key"
|
||||
android:entries="@array/language_names"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue