Remove the legacy EarlyWarning tip mechanism to improve performance
Fix: 263835342 Test: presubmit Change-Id: I0c3f61a21874c70b49cdeb73bbdc285ef8c4a35f
This commit is contained in:
@@ -110,11 +110,6 @@ public class PowerUsageFeatureProviderImpl implements PowerUsageFeatureProvider
|
||||
return null;
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean getEarlyWarningSignal(Context context, String id) {
|
||||
return false;
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean isSmartBatterySupported() {
|
||||
return mContext.getResources().getBoolean(
|
||||
|
Reference in New Issue
Block a user