Config battery info page(1/2)
- Make battery information page configurable Bug: 301817717 Test: make SettingsRoboTests Change-Id: I51bf00fe3d9993ecd4e8481cd7c15d70b3c09ec4
This commit is contained in:
@@ -30,4 +30,9 @@ public class BatterySettingsFeatureProviderImpl implements BatterySettingsFeatur
|
||||
public boolean isFirstUseDateAvailable(Context context, long firstUseDateMs) {
|
||||
return false;
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean isBatteryInfoEnabled(Context context) {
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user