In Ice Cream Sandwich I see a new function for package manager which is
verifyPendingInstall()
"Allows a package listening to the package verification broadcast to respond to the package manager. The response must include the verificationCode which is one of VERIFICATION_ALLOW or VERIFICATION_REJECT."
http://developer.android.com/sdk/api_diff/14/changes.html
I am curious to know its meaning as it is not very clear to me what exact difference it is trying to do here that was not done previously and what purpose it will achieve.
Any ideas?
EDIT: No thoughts by anyone?