Merge "Update adaptive preference summary" into sc-v2-dev am: 6ff60d7771 am: e6a10f3487

Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/15981706

Change-Id: If760aaa0006cadb1f5cbb999b977ffe719dfb6d7
This commit is contained in:
TreeHugger Robot
2021-10-06 10:19:36 +00:00
committed by Automerger Merge Worker
5 changed files with 21 additions and 1 deletions

View File

@@ -133,6 +133,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.
*/