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

Commit 4af4f276 authored by Edgar Wang's avatar Edgar Wang Committed by Android (Google) Code Review
Browse files

Merge "Make the fragment title can’t searchable"

parents c3360499 0934babb
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