Merge "Introduce AllowAppsOnExternalPreferenceController"

This commit is contained in:
Jeffrey Huang
2017-10-02 20:53:52 +00:00
committed by Android (Google) Code Review
3 changed files with 208 additions and 1 deletions

View File

@@ -310,7 +310,7 @@ public class DevelopmentSettingsDashboardFragment extends RestrictedDashboardFra
controllers.add(new AppsNotRespondingPreferenceController(context));
// show notification channel warnings
// inactive apps
// force allow apps on external
controllers.add(new AllowAppsOnExternalPreferenceController(context));
// force activities to be resizable
// reset shortcutmanager rate-limiting
return controllers;