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

Commit 77de405a authored by Edgar Wang's avatar Edgar Wang
Browse files

Make TopLevelSettings un-searchable and direct result to relevant page.

Fixes: 149372187
Test: manual & robotest
Change-Id: I9daca03d1c11a262f8e3b55bb46aabbc035ece96
parent fe83913c
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -17,6 +17,7 @@
<PreferenceScreen
    xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:settings="http://schemas.android.com/apk/res-auto"
    android:key="accessibility_settings_screen"
    android:persistent="false"
    android:title="@string/accessibility_settings">

+3 −1
Original line number Diff line number Diff line
@@ -17,7 +17,9 @@
<PreferenceScreen
    xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:settings="http://schemas.android.com/apk/res-auto"
    android:title="@string/account_dashboard_title">
    android:key="user_and_account_settings_screen"
    android:title="@string/account_dashboard_title"
    settings:keywords="@string/keywords_accounts">

    <PreferenceCategory
        android:key="dashboard_tile_placeholder"
+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-auto"
    android:key="apps_and_notification_screen"
    android:title="@string/app_and_notification_dashboard_title"
    settings:initialExpandedChildrenCount="4">
    <!-- the initial count should include the dynamic tiles -->
+1 −0
Original line number Diff line number Diff line
@@ -17,6 +17,7 @@
<PreferenceScreen
    xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:settings="http://schemas.android.com/apk/res-auto"
    android:key="connected_devices_screen"
    android:title="@string/connected_devices_dashboard_title">

    <com.android.settings.slices.SlicePreference
+2 −0
Original line number Diff line number Diff line
@@ -17,7 +17,9 @@
<PreferenceScreen
    xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:settings="http://schemas.android.com/apk/res-auto"
    android:key="display_settings_screen"
    android:title="@string/display_settings"
    settings:keywords="@string/keywords_display"
    settings:initialExpandedChildrenCount="5">

    <com.android.settingslib.RestrictedPreference
Loading