From 9b346968e8adadd81a7b104d84ba12d803ab0593 Mon Sep 17 00:00:00 2001 From: Fan Zhang Date: Sat, 21 Jan 2017 14:54:05 -0800 Subject: [PATCH] Add screen title to prefs. Scanned prefs that we currently index and added screen title if the root node didn't have any. Bug: 32936784 Test: reindex db and verify through sqlite3. Change-Id: Iafdff982e04bd45c8666bfdd01d312f5979f9681 --- res/xml/app_default_settings.xml | 3 ++- res/xml/data_usage_cellular.xml | 3 ++- res/xml/data_usage_wifi.xml | 3 ++- res/xml/double_tap_power_settings.xml | 3 ++- res/xml/double_tap_screen_settings.xml | 3 ++- res/xml/pick_up_gesture_settings.xml | 3 ++- res/xml/special_access.xml | 3 ++- res/xml/swipe_to_notification_settings.xml | 3 ++- 8 files changed, 16 insertions(+), 8 deletions(-) diff --git a/res/xml/app_default_settings.xml b/res/xml/app_default_settings.xml index 5da532688d8..58a39593026 100644 --- a/res/xml/app_default_settings.xml +++ b/res/xml/app_default_settings.xml @@ -17,7 +17,8 @@ + xmlns:settings="http://schemas.android.com/apk/res/com.android.settings" + android:title="@string/app_default_dashboard_title"> + xmlns:android="http://schemas.android.com/apk/res/android" + android:title="@string/data_usage_summary_title"> + xmlns:android="http://schemas.android.com/apk/res/android" + android:title="@string/data_usage_summary_title"> + xmlns:app="http://schemas.android.com/apk/res-auto" + android:title="@string/double_tap_power_for_camera_title"> + xmlns:app="http://schemas.android.com/apk/res-auto" + android:title="@string/ambient_display_title"> + xmlns:app="http://schemas.android.com/apk/res-auto" + android:title="@string/ambient_display_pickup_title"> + xmlns:settings="http://schemas.android.com/apk/res/com.android.settings" + android:title="@string/special_access"> + xmlns:app="http://schemas.android.com/apk/res-auto" + android:title="@string/fingerprint_swipe_for_notifications_title">