Introduce FreeformWindowsPreferenceController
- Create new FreeformWindowsPreferenceController - Create controller inside the DashboardFragment - Port logic from DevelopmentSettings into the controller Bug: 34203528 Test: make RunSettingsRoboTests -j40 Change-Id: I3ce3731a2aa37833c635e5bdaaf452491b2dadb5
This commit is contained in:
@@ -411,6 +411,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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user