Merge "Misc fixes to search and UI."

This commit is contained in:
TreeHugger Robot
2017-05-24 01:25:13 +00:00
committed by Android (Google) Code Review
20 changed files with 51 additions and 42 deletions

View File

@@ -848,7 +848,7 @@ public class PowerUsageSummary extends PowerUsageBase implements
@Override
public List<String> getNonIndexableKeys(Context context) {
List<String> niks = new ArrayList<>();
List<String> niks = super.getNonIndexableKeys(context);
// Duplicates in display
niks.add(KEY_AUTO_BRIGHTNESS);
niks.add(KEY_SCREEN_TIMEOUT);