Introduce NotificationChannelWarningsPrefCtrl
- Create new NotificationChannelWarningsPreferenceController - Create controller inside the DashboardFragment - Port logic from DevelopmentSettings into the controller Bug: 34203528 Test: make RunSettingsRoboTests -j40 Change-Id: I232b24ee0505eae254bd1d43b7d91ab8860285e2
This commit is contained in:
@@ -308,7 +308,7 @@ public class DevelopmentSettingsDashboardFragment extends RestrictedDashboardFra
|
||||
// background process limit
|
||||
// background check
|
||||
controllers.add(new AppsNotRespondingPreferenceController(context));
|
||||
// show notification channel warnings
|
||||
controllers.add(new NotificationChannelWarningsPreferenceController(context));
|
||||
// inactive apps
|
||||
controllers.add(new AllowAppsOnExternalPreferenceController(context));
|
||||
// force activities to be resizable
|
||||
|
||||
Reference in New Issue
Block a user