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

Commit b1866650 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Remove BLOCK_FLAG_SLIPPERY constant"

parents 232db264 131bd82f
Loading
Loading
Loading
Loading
+0 −8
Original line number Diff line number Diff line
@@ -214,14 +214,6 @@ public final class InputManager {
    @ChangeId
    public static final long BLOCK_UNTRUSTED_TOUCHES = 158002302L;

    /**
     * Check whether apps are using FLAG_SLIPPERY for their windows. We expect that this flag is
     * only used by the system components. If so, we can lock it down.
     * @hide
     */
    @ChangeId
    public static final long BLOCK_FLAG_SLIPPERY = android.os.IInputConstants.BLOCK_FLAG_SLIPPERY;

    /**
     * Input Event Injection Synchronization Mode: None.
     * Never blocks.  Injection is asynchronous and is assumed always to be successful.