commit | 151be34424107174cbe94d5d780f1fdb7fece61b | [log] [tgz] |
---|---|---|
author | Remi NGUYEN VAN <reminv@google.com> | Thu Aug 08 17:45:26 2024 +0900 |
committer | Remi NGUYEN VAN <reminv@google.com> | Fri Aug 09 10:59:06 2024 +0900 |
tree | a7af31f956ffb20ce77e0b84ddcfa690c7d41af9 | |
parent | 6ade6e20420ce935582ad658e678a727e799d5d2 [diff] |
Do not block broadcast on handler processing Instead of blocking the broadcast until onReceive returns on the handler, only post in onReceive. This should make no difference for the only user, the mCarrierConfigChange listener in Tethering.java, as the callback still runs on the handler. Bug: 349919195 Test: atest Change-Id: Ie8ce7afbe905b4c6972b3aabda2d7792c96eda6c