From 26bd5a9a8f5fd96e12fe2babe6bc6b8f87e9f257 Mon Sep 17 00:00:00 2001 From: Sunny Shao Date: Thu, 18 Apr 2019 17:17:39 +0800 Subject: [PATCH] Remove the duplicated search item Disable the searchable of the "Adaptive battery" item in the smart_battery_detail.xml Fixes: 130656532 Test: Manual View Change-Id: I95beb97fc09ff6858f7b4e0e576a598c3520db86 --- res/xml/smart_battery_detail.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/res/xml/smart_battery_detail.xml b/res/xml/smart_battery_detail.xml index abf5e43001a..fa1b20be539 100644 --- a/res/xml/smart_battery_detail.xml +++ b/res/xml/smart_battery_detail.xml @@ -19,7 +19,8 @@ xmlns:android="http://schemas.android.com/apk/res/android" xmlns:settings="http://schemas.android.com/apk/res-auto" android:key="smart_battery_detail" - android:title="@string/smart_battery_manager_title"> + android:title="@string/smart_battery_manager_title" + settings:searchable="false">