Add "Touchpad visualizer" to input developer options
Bug: 286551975
Bug: 350039816
Test: atest TouchpadVisualizerPreferenceControllerTest
Test: Manual testing using
$ adb shell settings get system touchpad_visualizer
Flag: com.android.hardware.input.touchpad_visualizer
Change-Id: Ic5de704c49aabf1a80d202aa890055f7337d45d4
This commit is contained in:
@@ -736,6 +736,7 @@ public class DevelopmentSettingsDashboardFragment extends RestrictedDashboardFra
|
||||
controllers.add(new ShowTapsPreferenceController(context));
|
||||
controllers.add(new PointerLocationPreferenceController(context));
|
||||
controllers.add(new ShowKeyPressesPreferenceController(context));
|
||||
controllers.add(new TouchpadVisualizerPreferenceController(context));
|
||||
controllers.add(new ShowSurfaceUpdatesPreferenceController(context));
|
||||
controllers.add(new ShowLayoutBoundsPreferenceController(context));
|
||||
controllers.add(new ShowHdrSdrRatioPreferenceController(context));
|
||||
|
||||
Reference in New Issue
Block a user