Merge "Ensure we only remove messages for the same app info" into qt-dev

am: a69375ec2e

Change-Id: I7b0de9f5b74c65fadac202835633a2f53e2b2a3b
This commit is contained in:
Winson Chung
2019-05-07 21:26:38 -07:00
committed by android-build-merger

View File

@@ -1069,7 +1069,7 @@ public final class ActivityThread extends ClientTransactionHandler {
}
public void scheduleApplicationInfoChanged(ApplicationInfo ai) {
mH.removeMessages(H.APPLICATION_INFO_CHANGED);
mH.removeMessages(H.APPLICATION_INFO_CHANGED, ai);
sendMessage(H.APPLICATION_INFO_CHANGED, ai);
}