Merge "Settings: add a new developer menu entry to show refresh rate overlay"
This commit is contained in:
committed by
Android (Google) Code Review
commit
c30ca3efbd
@@ -471,6 +471,7 @@ public class DevelopmentSettingsDashboardFragment extends RestrictedDashboardFra
|
||||
controllers.add(new PointerLocationPreferenceController(context));
|
||||
controllers.add(new ShowSurfaceUpdatesPreferenceController(context));
|
||||
controllers.add(new ShowLayoutBoundsPreferenceController(context));
|
||||
controllers.add(new ShowRefreshRatePreferenceController(context));
|
||||
controllers.add(new RtlLayoutPreferenceController(context));
|
||||
controllers.add(new WindowAnimationScalePreferenceController(context));
|
||||
controllers.add(new EmulateDisplayCutoutPreferenceController(context));
|
||||
|
||||
Reference in New Issue
Block a user