
When dismissing an "X installed successfully" intent, it should also dismiss the relevant item from the "Updates" screen. This was not happening. Upon investigation, I noticed that when I dismissed a notification, it was passing through the Apk which I installed over a day ago. This is because it was reusing a previous pending intent rather than creating a new one.