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
This commit is contained in:
@@ -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="connected_devices_advanced_screen"
|
||||
android:title="@string/connected_device_connections_title">
|
||||
|
||||
<Preference
|
||||
@@ -25,8 +24,7 @@
|
||||
android:key="bluetooth_settings"
|
||||
android:title="@string/bluetooth_settings_title"
|
||||
android:icon="@*android:drawable/ic_settings_bluetooth"
|
||||
android:order="-9"
|
||||
settings:searchable="false"/>
|
||||
android:order="-9"/>
|
||||
|
||||
<Preference
|
||||
android:fragment="com.android.settings.connecteddevice.NfcAndPaymentFragment"
|
||||
@@ -42,7 +40,6 @@
|
||||
android:title="@string/wifi_display_settings_title"
|
||||
android:icon="@drawable/ic_cast_24dp"
|
||||
android:order="-6"
|
||||
settings:searchable="false"
|
||||
settings:controller="com.android.settings.wfd.WifiDisplayPreferenceController"/>
|
||||
|
||||
<com.android.settingslib.RestrictedPreference
|
||||
@@ -59,8 +56,7 @@
|
||||
android:summary="@string/summary_placeholder"
|
||||
android:icon="@*android:drawable/ic_settings_print"
|
||||
android:fragment="com.android.settings.print.PrintSettingsFragment"
|
||||
android:order="-3"
|
||||
settings:searchable="false"/>
|
||||
android:order="-3"/>
|
||||
|
||||
<Preference
|
||||
android:key="bt_received_files"
|
||||
|
||||
Reference in New Issue
Block a user