Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c7077473 authored by Abdelrahman Awadalla's avatar Abdelrahman Awadalla Committed by Android (Google) Code Review
Browse files

Merge "Add feature flag for touchpad visualizer" into main

parents ec9778ed 3a477117
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -68,3 +68,10 @@ flag {
    description: "Controls if the mouse keys accessibility feature for physical keyboard is available to the user"
    bug: "341799888"
}

flag {
    namespace: "input_native"
    name: "touchpad_visualizer"
    description: "Enables a developer overlay that displays raw touchpad input data and gesture recognition status in real-time."
    bug: "286551975"
}