commit | 08391b3da7e2da3b0220eb5766e0a1774d28e9a5 | [log] [tgz] |
---|---|---|
author | Yohei Yukawa <yukawa@google.com> | Sat Jan 19 11:49:37 2019 -0800 |
committer | Felka Chang <felkachang@google.com> | Tue Nov 05 15:43:12 2019 +0800 |
tree | 8f20444b637a0847527e7cc42214f6993ff1fdf8 | |
parent | aa76cf3da5ad332c112e920e0888fbd0d5ccd809 [diff] |
DO NOT MERGE back porting for fixing sysui direct reply Root cause: systemui run as user 0 service to handle all of users' notifications. And, the users can user the copy/cut/paste functionality. Solution: To crate @hide API in TextView let SystemUI to mark the TextView instance should check if the power of INTERACT_ACROSS_USER_FULL is needed to be restricted. e.x. Keyguard password textview/Notificaiton entries Bug: 123232892 Test: manual test Reference: I6d11e4d6a84570bc2991a8552349e8b216b0d139 Reference: Ibabe13e5b85e5bb91f9f8af6ec07c395c25c4393 Reference: I975baa748c821538e5a733bb98a33ac609bf40a7 Change-Id: I6d11e4d6a84570bc2991a8552349e8b216b0d139 Merged-In: Ie3daecd1e8fc2f7fdf37baeb5979da9f2e0b3937