Enable Spy Window Gesture Monitors

Bug: 162194035
Test: manual, presubmit
Change-Id: Ie492db5dd6f22899e3dcd9e091f2972c4b2942c9
This commit is contained in:
Prabir Pradhan
2022-01-21 06:54:31 -08:00
parent c809658285
commit 16308e0a67

View File

@@ -150,7 +150,7 @@ public class InputManagerService extends IInputManager.Stub
static final String TAG = "InputManager";
static final boolean DEBUG = false;
private static final boolean USE_SPY_WINDOW_GESTURE_MONITORS = false;
private static final boolean USE_SPY_WINDOW_GESTURE_MONITORS = true;
private static final String EXCLUDED_DEVICES_PATH = "etc/excluded-input-devices.xml";
private static final String PORT_ASSOCIATIONS_PATH = "etc/input-port-associations.xml";