Merge "Bubble settings: feature, notification, app" into rvc-dev

This commit is contained in:
Julia Reynolds
2020-04-14 11:22:14 +00:00
committed by Android (Google) Code Review
29 changed files with 1183 additions and 411 deletions

View File

@@ -509,7 +509,6 @@ public class DevelopmentSettingsDashboardFragment extends RestrictedDashboardFra
controllers.add(new DesktopModePreferenceController(context));
controllers.add(new SizeCompatFreeformPreferenceController(context));
controllers.add(new ShortcutManagerThrottlingPreferenceController(context));
controllers.add(new BubbleGlobalPreferenceController(context));
controllers.add(new EnableGnssRawMeasFullTrackingPreferenceController(context));
controllers.add(new DefaultLaunchPreferenceController(context, "running_apps"));
controllers.add(new DefaultLaunchPreferenceController(context, "demo_mode"));