Introduce ProfileGpuRenderingPreferenceController
- Create new ProfileGpuRenderingPreferenceController - Create controller inside the DashboardFragment - Port logic from DevelopmentSettings into the controller Bug: 34203528 Test: make RunSettingsRoboTests -j40 Change-Id: Ic88396a32fdc5564bfa73a3c1daf4fdef0e09c9f
This commit is contained in:
@@ -402,7 +402,7 @@ public class DevelopmentSettingsDashboardFragment extends RestrictedDashboardFra
|
||||
// set gpu renderer
|
||||
controllers.add(new UsbAudioRoutingPreferenceController(context));
|
||||
controllers.add(new StrictModePreferenceController(context));
|
||||
// profile gpu rendering
|
||||
controllers.add(new ProfileGpuRenderingPreferenceController(context));
|
||||
controllers.add(new KeepActivitiesPreferenceController(context));
|
||||
// background process limit
|
||||
// background check
|
||||
|
||||
Reference in New Issue
Block a user