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

Commit 244f4c56 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Misc clean up in search"

parents 295a6b42 823dde54
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -15,6 +15,7 @@
-->

<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
        android:key="accessibility_settings_screen"
        android:title="@string/accessibility_settings"
        android:persistent="true">

+7 −4
Original line number Diff line number Diff line
@@ -17,9 +17,11 @@

<PreferenceScreen
    xmlns:android="http://schemas.android.com/apk/res/android"
    android:key="ambient_display_preference_screen"
    android:title="@string/ambient_display_screen_title">

    <PreferenceCategory
        android:key="ambient_display_category_when_to_show"
        android:title="@string/ambient_display_category_triggers">

        <SwitchPreference
@@ -39,7 +41,8 @@

    </PreferenceCategory>

    <PreferenceCategory>
    <PreferenceCategory
        android:key="ambient_display_category_notification">

        <SwitchPreference
            android:key="ambient_display_notification"
+1 −0
Original line number Diff line number Diff line
@@ -18,6 +18,7 @@
<PreferenceScreen
    xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:settings="http://schemas.android.com/apk/res/com.android.settings"
    android:key="apps_and_notification_screen"
    android:title="@string/app_and_notification_dashboard_title">

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

    <Preference
+1 −0
Original line number Diff line number Diff line
@@ -16,6 +16,7 @@

<PreferenceScreen
    xmlns:android="http://schemas.android.com/apk/res/android"
    android:key="connected_devices_screen"
    android:title="@string/connected_devices_dashboard_title">

    <com.android.settings.widget.MasterSwitchPreference
Loading