Merge "Introduce BackgroundProcessLimitPreferenceCtrl"
This commit is contained in:
committed by
Android (Google) Code Review
commit
82f8a3deba
@@ -406,7 +406,7 @@ public class DevelopmentSettingsDashboardFragment extends RestrictedDashboardFra
|
||||
controllers.add(new StrictModePreferenceController(context));
|
||||
controllers.add(new ProfileGpuRenderingPreferenceController(context));
|
||||
controllers.add(new KeepActivitiesPreferenceController(context));
|
||||
// background process limit
|
||||
controllers.add(new BackgroundProcessLimitPreferenceController(context));
|
||||
// background check
|
||||
controllers.add(new AppsNotRespondingPreferenceController(context));
|
||||
controllers.add(new NotificationChannelWarningsPreferenceController(context));
|
||||
|
||||
Reference in New Issue
Block a user