Update adaptive preference summary

Bug: 195627250
Test: make RunSettingsRoboTests
Change-Id: I50ed736bbba7ac8d3d6fcf026e9e17e2116f86a7
This commit is contained in:
Wesley.CW Wang
2021-10-05 17:50:53 +08:00
parent 982e22c6e1
commit 4137253658
5 changed files with 21 additions and 1 deletions

View File

@@ -166,6 +166,11 @@ public class PowerUsageFeatureProviderImpl implements PowerUsageFeatureProvider
return false;
}
@Override
public boolean isAdaptiveChargingSupported() {
return false;
}
@Override
public Intent getResumeChargeIntent() {
return null;