commit | ac76ed94045f6efc28ce6f3bbaa77c2a22f8e53d | [log] [tgz] |
---|---|---|
author | Chavi Weingarten <chaviw@google.com> | Fri Nov 17 20:48:00 2023 +0000 |
committer | Chavi Weingarten <chaviw@google.com> | Wed Nov 22 19:53:15 2023 +0000 |
tree | 5a38a0a84fac8853ce6cdaba1400d1860849d4f4 | |
parent | bf76cceb6a7d20f1294cb6ec4394d2ee28d2e7f8 [diff] |
Move LayoutParam secure flag so it's set on the WS level The LayoutParam secure flag set by the client is set on the WSA level. This causes a few issues: 1. Child windows don't inherit this flag since child windows are added beneath WS 2. Prevents moving the WSA's SC to the client since the secure flag needs to be set in WMS. Test: FlagSecureTest Bug: 308662081 Change-Id: I724ab0d834b0d74b33ccbb6bbd2c6f9c622c2a15