Merge "Add general grouping title into accessibility settings" into sc-dev
This commit is contained in:
@@ -4965,6 +4965,8 @@
|
|||||||
<string name="captions_category_title">Captions</string>
|
<string name="captions_category_title">Captions</string>
|
||||||
<!-- Title for the accessibility preference category of audio services and settings. [CHAR LIMIT=50] -->
|
<!-- Title for the accessibility preference category of audio services and settings. [CHAR LIMIT=50] -->
|
||||||
<string name="audio_category_title">Audio</string>
|
<string name="audio_category_title">Audio</string>
|
||||||
|
<!-- Title for the accessibility preference category of general services and settings. [CHAR LIMIT=50] -->
|
||||||
|
<string name="general_category_title">General</string>
|
||||||
<!-- Title for the accessibility preference category of display services and settings. [CHAR LIMIT=50] -->
|
<!-- Title for the accessibility preference category of display services and settings. [CHAR LIMIT=50] -->
|
||||||
<string name="display_category_title">Display</string>
|
<string name="display_category_title">Display</string>
|
||||||
<!-- Title for the accessibility text options page. [CHAR LIMIT=50] -->
|
<!-- Title for the accessibility text options page. [CHAR LIMIT=50] -->
|
||||||
|
|||||||
@@ -128,8 +128,9 @@
|
|||||||
|
|
||||||
</PreferenceCategory>
|
</PreferenceCategory>
|
||||||
|
|
||||||
<!-- TODO(b/174829936): Add title for shortcuts settings category. -->
|
<PreferenceCategory
|
||||||
<PreferenceCategory android:persistent="false">
|
android:persistent="false"
|
||||||
|
android:title="@string/general_category_title">
|
||||||
|
|
||||||
<Preference
|
<Preference
|
||||||
android:fragment="com.android.settings.accessibility.ShortcutsSettingsFragment"
|
android:fragment="com.android.settings.accessibility.ShortcutsSettingsFragment"
|
||||||
|
|||||||
Reference in New Issue
Block a user