Merge "Introduce FreeformWindowsPreferenceController"

This commit is contained in:
Jeffrey Huang
2017-10-16 17:15:17 +00:00
committed by Android (Google) Code Review
3 changed files with 241 additions and 0 deletions

View File

@@ -413,6 +413,7 @@ public class DevelopmentSettingsDashboardFragment extends RestrictedDashboardFra
// inactive apps
controllers.add(new AllowAppsOnExternalPreferenceController(context));
controllers.add(new ResizableActivityPreferenceController(context));
controllers.add(new FreeformWindowsPreferenceController(context));
controllers.add(new ShortcutManagerThrottlingPreferenceController(context));
return controllers;
}