[Settings] Show intro preference in numbering system as well

Bug: 377664066
Test: manual
Flag: EXEMPT refactor
Change-Id: I63cbaaa1e9fa3f3530cb05b1a62020bf8f54d1ac
This commit is contained in:
Zoey Chen
2025-01-16 08:50:02 +00:00
parent cc0c66a7ee
commit 41a7b5ee9b
5 changed files with 19 additions and 9 deletions

View File

@@ -531,6 +531,7 @@
<string name="title_change_system_locale_region">Change region to %s ?</string>
<!-- Message for asking to change system locale region or not. [CHAR LIMIT=50]-->
<string name="body_change_system_locale_region">Your device will keep %s as a system language</string>
<string name="top_intro_numbering_system_title">The digits used will be dependent on the numbering system</string>
<!-- Regional Preferences begin -->
<!-- The title of the menu entry of regional preferences. [CHAR LIMIT=50] -->

View File

@@ -22,8 +22,7 @@
<com.android.settingslib.widget.TopIntroPreference
android:key="top_intro_region"
android:title="@string/top_intro_region_title"
settings:isPreferenceVisible="false"/>
android:title="@string/top_intro_region_title"/>
<PreferenceCategory
android:key="system_language_suggested_category"