diff options
author | Robert Carr <racarr@google.com> | 2020-12-11 12:59:08 -0800 |
---|---|---|
committer | Rob Carr <racarr@google.com> | 2020-12-14 18:32:39 +0000 |
commit | 0fed2d8e7e2b9757c7c40cd445772d52398478b1 (patch) | |
tree | 4d0008f4a7fab86f112affef61e4fd59cffb2705 /tools/aapt2/java/JavaClassGenerator.cpp | |
parent | b8cf8bdb03e9226ab27a626294aacab32b06075f (diff) |
DO NOT MERGE: WM: Only allow system to use NO_INPUT_CHANNEL.
NO_INPUT_CHANNEL is a hidden WM flag that allows creation of a window
without an input channel. Unfortunately in releases prior to Android R
this would allow creation of a Window which will not be known to the
InputDispatcher at all. This means that the logic generating
FLAG_OBSCURED will work and a window will be able to overlay another
window without the overlayed window being notified. In Android R and
later this isn't a problem as the InputDispatcher is informed of all
windows, input channel or not. For past Android releases, this patch
disables NO_INPUT_CHANNEL for use outside of the WM.
Bug: 152064592
Test: Existing tests pass
Change-Id: I7e1f45cba139eab92e7df88d1e052baba0ae2cc6
Diffstat (limited to 'tools/aapt2/java/JavaClassGenerator.cpp')
0 files changed, 0 insertions, 0 deletions