commit | 96d5abedbd868c6931df38983da39180272ba92b | [log] [tgz] |
---|---|---|
author | Robin Lee <rgl@google.com> | Fri Mar 12 14:25:39 2021 +0000 |
committer | Robin Lee <rgl@google.com> | Fri Mar 12 14:28:05 2021 +0000 |
tree | e41ab0a1b77aa93d74f113c4e8431b0a06d9ea02 | |
parent | df3a54e1ca6e431897e74d13fe4180577ca2bdf3 [diff] |
Allow setup app to have SAW permission Why not SYSTEM_APPLICATION_OVERLAY: The setup app shouldn't be able to show an overlay on top of apps that don't consent to it. Change-Id: I8a9d6d409ab1082bc36e4ffd220632a501dc2dca Test: adb shell dumpsys permission | grep -C10 SYSTEM_ALERT_WINDOW Test: atest CtsPermission2TestCases Bug: 182471350