Fix "battery saver" not in the top seaching result for indexing

Bug: 204964119
Test: make SettingsRoboTests
Change-Id: Ifbbf979abe9e96e7af66ec20173e996793d2703e
This commit is contained in:
ykhung
2021-11-10 00:03:21 +08:00
parent 48c3533cd0
commit 64e49a9393
2 changed files with 7 additions and 1 deletions

View File

@@ -63,7 +63,7 @@ public class BatterySaverController extends BasePreferenceController
@Override
public int getAvailabilityStatus() {
return AVAILABLE_UNSEARCHABLE;
return AVAILABLE;
}
@Override