commit | 22bedab4eef1d8de07f4c06a71ccacc09a0aab8e | [log] [tgz] |
---|---|---|
author | Sudheer Shanka <sudheersai@google.com> | Wed Sep 20 12:21:27 2023 -0700 |
committer | Sudheer Shanka <sudheersai@google.com> | Wed Sep 20 19:31:14 2023 +0000 |
tree | 05537b3ba2b9f9366818e86f9c36a21151a73ac4 | |
parent | 08bb355a6a7b00553f18e0dfb5b78f0ad1028068 [diff] |
Inform temp-allowlist changes from AMS to NPMS asynchronously. Currently, the callback to NPMS gets triggered from the AMS handler. So technically, this codepath is already asynchronous. But this change updates the callback to be called from a non-UI thread, as some of the NPMS operations could take a while to complete. Bug: 283182341 Test: atest CtsHostsideNetworkTests Change-Id: Ibbf270b46bb3a0df8d8ba759718bb378cca90063