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

Commit 0934babb authored by Edgar Wang's avatar Edgar Wang
Browse files

Make the fragment title can’t searchable

we shouldn't take users so deep into the settings IA because it's easy
to feel lost in settings after clicking on a result without additional
context.

Bug: 143055215
Test: robotest & manual
Change-Id: I337cb5ead31e1e4e7bf9be78132e90630f83ee43
parent 43190bf9
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -16,8 +16,7 @@

<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
                  xmlns:settings="http://schemas.android.com/apk/res-auto"
                  android:title="@string/legal_information"
                  android:key="legal_screen">
                  android:title="@string/legal_information">

    <!-- Note: The titles given here probably won't be used.  Instead, we programmatically
       fill the title with the label of the activity with the corresponding action.
+0 −1
Original line number Diff line number Diff line
@@ -17,7 +17,6 @@
<PreferenceScreen
    xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:settings="http://schemas.android.com/apk/res-auto"
    android:key="autoclick_preference_screen"
    android:title="@string/accessibility_autoclick_preference_title">

    <com.android.settingslib.widget.RadioButtonPreference
+0 −1
Original line number Diff line number Diff line
@@ -18,7 +18,6 @@
<PreferenceScreen
    xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:settings="http://schemas.android.com/apk/res-auto"
    android:key="color_inversion_preference_screen"
    android:persistent="false"
    android:title="@string/accessibility_display_inversion_preference_title">

+0 −1
Original line number Diff line number Diff line
@@ -18,7 +18,6 @@
<PreferenceScreen
    xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:settings="http://schemas.android.com/apk/res-auto"
    android:key="accessibility_control_timeout_preference"
    android:title="@string/accessibility_control_timeout_preference_title"
    android:persistent="false" >

+0 −1
Original line number Diff line number Diff line
@@ -17,7 +17,6 @@
<PreferenceScreen
    xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:settings="http://schemas.android.com/apk/res-auto"
    android:key="daltonizer_preference_screen"
    android:persistent="false"
    android:title="@string/accessibility_display_daltonizer_preference_title">

Loading