Adds a menu item for additional battery info to battery settings.

Bug: 33352540
Test: No additional test failures.

Change-Id: Ibfc1a9463c93d3c087ed712fe45d3d0717472c6a
This commit is contained in:
Jaewoong Jung
2016-12-12 17:32:31 -08:00
parent fe312be222
commit 1e0f8ff5e5
9 changed files with 125 additions and 10 deletions

View File

@@ -63,7 +63,7 @@ public class FeatureFactoryImpl extends FeatureFactory {
}
@Override
public PowerUsageFeatureProvider getPowerUsageFeatureProvider() {
public PowerUsageFeatureProvider getPowerUsageFeatureProvider(Context context) {
return null;
}