Loading
Resolve ANR in AppUninstallBroadcastReceiver
Move the onReceive code into another thread so that the main thread isn't blocked which would cause an ANR. The broadcast is kept alive after returning from the function without blocking the main thread. Bug: 324036454 Test: Manual Change-Id: I6cf17cdaaef12617169d9500a575c64ec65aa0e8