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
This commit is contained in:
@@ -16,7 +16,8 @@
|
||||
-->
|
||||
|
||||
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto">
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto"
|
||||
android:title="@string/ambient_display_title">
|
||||
|
||||
<com.android.settings.widget.VideoPreference
|
||||
android:key="gesture_double_tap_screen_video"
|
||||
|
||||
Reference in New Issue
Block a user