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

Commit 058adcfb authored by Prabir Pradhan's avatar Prabir Pradhan Committed by Android (Google) Code Review
Browse files

Merge "Enable Spy Window Gesture Monitors"

parents a3dac676 16308e0a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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";