Introduce AllowAppsOnExternalPreferenceController
- Create new AllowAppsOnExternalPreferenceController - Create controller inside the DashboardFragment - Port logic from DevelopmentSettings into the controller Bug: 34203528 Test: make RunSettingsRoboTests -j40 Change-Id: Ia8f1be0509f87ad42cf3dc640fa711cdec07698d
This commit is contained in:
@@ -310,7 +310,7 @@ public class DevelopmentSettingsDashboardFragment extends RestrictedDashboardFra
|
||||
// show all anrs
|
||||
// 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;
|
||||
|
||||
Reference in New Issue
Block a user