Remove title from top_level_settings.

This removes "Settings >" in seach breadcrumb

Bug: 127837519
Test: rerun robotests
Change-Id: I409db4e50485b787024e7a36aa51c699490af89b
This commit is contained in:
Fan Zhang
2019-03-07 16:56:30 -08:00
parent 50be598fd2
commit f0c3c843e0

View File

@@ -18,8 +18,7 @@
<PreferenceScreen
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:settings="http://schemas.android.com/apk/res-auto"
android:key="top_level_settings"
android:title="@string/settings_label_launcher">
android:key="top_level_settings">
<Preference
android:key="top_level_network"