Merge "Block untrusted touches in permissive mode"
This commit is contained in:
committed by
Android (Google) Code Review
commit
3d5a183897
@@ -194,7 +194,7 @@ public final class InputManager {
|
||||
*/
|
||||
@BlockUntrustedTouchesMode
|
||||
public static final int DEFAULT_BLOCK_UNTRUSTED_TOUCHES_MODE =
|
||||
BlockUntrustedTouchesMode.DISABLED;
|
||||
BlockUntrustedTouchesMode.PERMISSIVE;
|
||||
|
||||
/**
|
||||
* Prevent touches from being consumed by apps if these touches passed through a non-trusted
|
||||
|
||||
Reference in New Issue
Block a user