Remove the old battery page
This CL removes PowerUsageSummaryLegacy and PowerUsageAdvancedLegacy and their related layouts and strigns. Also remove the isBatteryV2Enabled method in feature provider. Change-Id: I1ec30f713d733ed24335a3e698fb515751232948 Fixes: 76027338 Test: robo test still pass
This commit is contained in:
@@ -450,8 +450,6 @@ public class DevelopmentSettingsDashboardFragment extends RestrictedDashboardFra
|
||||
controllers.add(new ShortcutManagerThrottlingPreferenceController(context));
|
||||
controllers.add(new EnableGnssRawMeasFullTrackingPreferenceController(context));
|
||||
controllers.add(new DefaultLaunchPreferenceController(context, "running_apps"));
|
||||
controllers.add(
|
||||
new DefaultLaunchPreferenceController(context, "android_o_battery_settings"));
|
||||
controllers.add(new DefaultLaunchPreferenceController(context, "demo_mode"));
|
||||
controllers.add(new DefaultLaunchPreferenceController(context, "quick_settings_tiles"));
|
||||
controllers.add(new DefaultLaunchPreferenceController(context, "feature_flags_dashboard"));
|
||||
|
Reference in New Issue
Block a user