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
This commit is contained in:
@@ -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">
|
||||
|
||||
<com.android.settings.widget.VideoPreference
|
||||
android:key="auto_awesome_battery"
|
||||
|
Reference in New Issue
Block a user