Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit da07d7a6 authored by menghanli's avatar menghanli
Browse files

Add general grouping title into accessibility settings

Bug: 174829936
Test: atest TextAndDisplayFragmentTest, atest AccessibilitySettingsTest
Change-Id: I7455c3d369c3a28b9c64e9a9498a2d6ce5a0ae08
parent b8ccb41c
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -4965,6 +4965,8 @@
    <string name="captions_category_title">Captions</string>
    <!-- Title for the accessibility preference category of audio services and settings. [CHAR LIMIT=50] -->
    <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] -->
    <string name="display_category_title">Display</string>
    <!-- Title for the accessibility text options page. [CHAR LIMIT=50] -->
+3 −2
Original line number Diff line number Diff line
@@ -128,8 +128,9 @@

    </PreferenceCategory>

    <!-- TODO(b/174829936): Add title for shortcuts settings category. -->
    <PreferenceCategory android:persistent="false">
    <PreferenceCategory
        android:persistent="false"
        android:title="@string/general_category_title">

        <Preference
            android:fragment="com.android.settings.accessibility.ShortcutsSettingsFragment"