commit | 2744fed02efa407f8286a095c4b930bf77e8ad60 | [log] [tgz] |
---|---|---|
author | Pavel Grafov <pgrafov@google.com> | Mon Sep 04 18:00:09 2023 +0100 |
committer | Pavel Grafov <pgrafov@google.com> | Tue Sep 05 19:52:18 2023 +0000 |
tree | 0ec426ffab307e092b688e0a7ac85c8c12c81e91 | |
parent | d0cd9756f4c1968863ac0822f17fc906f4918406 [diff] |
Properly cancel bugreport notification Remote bugreport collection notification is posted for UserHandle.ALL, but is cancelled for user0 (system_server context). As a result the notification doesn't go away when cancelling. This CL changes it so that it is cancelled for UserHandle.ALL as well. Bug: 296321653 Bug: 296321167 Test: CTS Verifier/Device Owner Requesting Bugreport Tests Change-Id: I02780618584b66f96af907fca0a883f62a9882c0