OSDN Git Service

DO NOT MERGE Remove window obscurement information.
authorSiarhei Vishniakou <svv@google.com>
Tue, 1 Aug 2017 03:33:41 +0000 (20:33 -0700)
committerSiarhei Vishniakou <svv@google.com>
Tue, 1 Aug 2017 03:33:41 +0000 (20:33 -0700)
commitedac95e737d65466d52e77be5ebef7e378f756ef
tree2549c1dbb836a876896c03a0a02915d91fcc33a4
parent6a9b41dc22baa5fc94d6c848fa96dc466ad1c51c
DO NOT MERGE Remove window obscurement information.

If ACTION_OUTSIDE_EVENTS contain information about whether the touch is
obscured, then a pattern of invisible, untouchable, unfocusable
SYSTEM_ALERT_WINDOWS can be placed across the screen to determine
approximate locations of touch events without the user knowing.

Bug: 31097064
Test: cts-tradefed run cts --class android.security.cts.MotionEventTest
Change-Id: Ie30dcc2402d5422a19a43ffe7d1411d91681efc2
services/inputflinger/InputDispatcher.cpp