Merge "Remove theming developer settings." into qt-r1-dev

am: aa3ae7291a

Change-Id: I71a45b7789a064d52c46c93439dda6057e5affc1
This commit is contained in:
Amin Shaikh
2019-05-28 16:24:07 -07:00
committed by android-build-merger
3 changed files with 1 additions and 29 deletions

View File

@@ -495,12 +495,6 @@ public class DevelopmentSettingsDashboardFragment extends RestrictedDashboardFra
controllers.add(new DefaultLaunchPreferenceController(context, "inactive_apps"));
controllers.add(new AutofillLoggingLevelPreferenceController(context, lifecycle));
controllers.add(new AutofillResetOptionsPreferenceController(context));
controllers.add(new OverlayCategoryPreferenceController(context,
"android.theme.customization.accent_color"));
controllers.add(new OverlayCategoryPreferenceController(context,
"android.theme.customization.font"));
controllers.add(new OverlayCategoryPreferenceController(context,
"android.theme.customization.adaptive_icon_shape"));
controllers.add(new TrustAgentsExtendUnlockPreferenceController(context));
controllers.add(new TrustLostLocksScreenPreferenceController(context));
return controllers;