Misc fixes to improve search
- Suppress one of results from "On lock screen" - Remove screen title from sub sections in data usage screen. - On UserSettins, index using resource instead raw. And build non-indexables using getNonIndexable and pref controlleres. Change-Id: I947a97af60f1a08b237fda2f3c456cf1105b9231 Fixes: 74120518 Fixes: 74119743 Fixes: 74250251 Fixes: 74119687 Test: reindex
This commit is contained in:
@@ -16,8 +16,7 @@
|
||||
|
||||
<PreferenceScreen
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:key="data_usage_cellular_screen"
|
||||
android:title="@string/data_usage_summary_title">
|
||||
android:key="data_usage_cellular_screen">
|
||||
|
||||
<com.android.settings.datausage.TemplatePreferenceCategory
|
||||
android:key="mobile_category"
|
||||
|
@@ -16,8 +16,7 @@
|
||||
|
||||
<PreferenceScreen
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:key="data_usage_wifi_screen"
|
||||
android:title="@string/data_usage_summary_title">
|
||||
android:key="data_usage_wifi_screen">
|
||||
|
||||
<com.android.settings.datausage.TemplatePreferenceCategory
|
||||
android:key="wifi_category"
|
||||
|
Reference in New Issue
Block a user