Add dock defender battery tips

1. Remove the dock defender v1 code
2. Add dock defender battery tips and update
   corresponding list item string

Bug:256523472
Test: Unit test passed and manual test on device
Change-Id: Ib6c09df056744142f42f5e2a13252b58e54c7534
Signed-off-by: Zhenwei Chen <zhenwec@google.com>
This commit is contained in:
Zhenwei Chen
2022-11-22 09:06:25 +08:00
parent 41ce87729e
commit 8d11d9ceea
23 changed files with 852 additions and 63 deletions

View File

@@ -142,7 +142,7 @@ public class PowerUsageFeatureProviderImpl implements PowerUsageFeatureProvider
}
@Override
public Intent getResumeChargeIntent() {
public Intent getResumeChargeIntent(boolean isDockDefender) {
return null;
}