Merge "Adds a menu item for additional battery info to battery settings."
This commit is contained in:
committed by
Android (Google) Code Review
commit
12010156ab
@@ -70,7 +70,7 @@ public abstract class FeatureFactory {
|
||||
|
||||
public abstract MetricsFeatureProvider getMetricsFeatureProvider();
|
||||
|
||||
public abstract PowerUsageFeatureProvider getPowerUsageFeatureProvider();
|
||||
public abstract PowerUsageFeatureProvider getPowerUsageFeatureProvider(Context context);
|
||||
|
||||
public abstract DashboardFeatureProvider getDashboardFeatureProvider(Context context);
|
||||
|
||||
|
@@ -63,7 +63,7 @@ public class FeatureFactoryImpl extends FeatureFactory {
|
||||
}
|
||||
|
||||
@Override
|
||||
public PowerUsageFeatureProvider getPowerUsageFeatureProvider() {
|
||||
public PowerUsageFeatureProvider getPowerUsageFeatureProvider(Context context) {
|
||||
return null;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user