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

@@ -139,6 +139,11 @@ public interface PowerUsageFeatureProvider {
*/
boolean isChartGraphSlotsEnabled(Context context);
/**
* Checks whether adaptive charging feature is supported in this device
*/
boolean isAdaptiveChargingSupported();
/**
* Gets a intent for one time bypass charge limited to resume charging.
*/