commit | be7785a5556fa1f047c860f6d26d7b7779ae4308 | [log] [tgz] |
---|---|---|
author | Robin Lee <rgl@google.com> | Thu Nov 24 13:04:44 2022 +0000 |
committer | Robin Lee <rgl@google.com> | Mon Nov 28 07:26:59 2022 +0000 |
tree | 408531c2d87e989fdec0d4b4249bd12cf82a11c0 | |
parent | cc69ccbb8490b9d3b690378e0b669f7def7f3d7c [diff] |
Prevent BAL from Wallpaper Picker Background activity launch logic won't use pending intent creator foreground state as long as the ActivityOptions have been set up to prevent that. This stops an app from registering itself as the handler for ACTION_SET_WALLPAPER and sending a request to launch itself indirectly into the foreground. Change-Id: I4dbaee9cd85aa53d5d2aaf2e8b0734de13c1dafd Test: BALBypassViaWallpaperChooser Bug: 257953844