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:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user