Merge "Introduce ResizableActivityPreferenceController"

This commit is contained in:
Jeffrey Huang
2017-10-03 16:48:20 +00:00
committed by Android (Google) Code Review
3 changed files with 207 additions and 1 deletions

View File

@@ -311,7 +311,7 @@ public class DevelopmentSettingsDashboardFragment extends RestrictedDashboardFra
controllers.add(new NotificationChannelWarningsPreferenceController(context));
// inactive apps
controllers.add(new AllowAppsOnExternalPreferenceController(context));
// force activities to be resizable
controllers.add(new ResizableActivityPreferenceController(context));
// reset shortcutmanager rate-limiting
return controllers;
}