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

am: 2d181c2f41

Change-Id: I6d67d8b719fc86e8378b0ae98e29a77ba0c15c6b
This commit is contained in:
Winson Chung
2019-05-07 23:20:57 -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);
}