Settings: add a new developer menu entry to show refresh rate overlay
The refresh rate overlay will be shown on screen if the option is selected from the developer option. Test: enable show refresh rate from developer menu Bug: 129297325 Change-Id: Ic7b59fa93e1ca1e5649501eb87bda64c7a868fa1
This commit is contained in:
@@ -469,6 +469,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