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
|
|
@ -353,6 +353,7 @@
|
|||
<string name="playback_skip_silence_key">playback_skip_silence_key</string>
|
||||
|
||||
<string name="app_language_key">app_language_key</string>
|
||||
<string name="app_language_android_13_and_up_key">app_language_android_13_and_up_key</string>
|
||||
|
||||
<string name="feed_update_threshold_key">feed_update_threshold_key</string>
|
||||
<string name="feed_update_threshold_default_value">300</string>
|
||||
|
|
|
|||
|
|
@ -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