From a223355c8fc564dc806e630c64db735ad4414c9c Mon Sep 17 00:00:00 2001 From: Matthew Fritze Date: Tue, 30 May 2017 09:58:55 -0700 Subject: [PATCH] Location summary is no longer indexed Change-Id: I794e52b2f18e6e79033fbdaf2643209714b88025 Fixes: 38254258 Test: Search "mode" -> no summary text --- res/xml/location_settings.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/res/xml/location_settings.xml b/res/xml/location_settings.xml index e063d13aff8..77063bda526 100644 --- a/res/xml/location_settings.xml +++ b/res/xml/location_settings.xml @@ -24,7 +24,7 @@ android:key="location_mode" android:title="@string/location_mode_title" settings:keywords="@string/keywords_location_mode" - android:summary="@string/location_mode_location_off_title" /> + android:summary="@string/summary_placeholder" />