Merge "Introduce ShortcutManagerThrottlingPreferenceCtrl"

This commit is contained in:
Jeffrey Huang
2017-10-04 19:47:06 +00:00
committed by Android (Google) Code Review
3 changed files with 176 additions and 1 deletions

View File

@@ -320,7 +320,7 @@ public class DevelopmentSettingsDashboardFragment extends RestrictedDashboardFra
// inactive apps
controllers.add(new AllowAppsOnExternalPreferenceController(context));
controllers.add(new ResizableActivityPreferenceController(context));
// reset shortcutmanager rate-limiting
controllers.add(new ShortcutManagerThrottlingPreferenceController(context));
return controllers;
}