Get The Version Of The Package Been Replaced In Android
I have a Broadcast receiver registered to be notified when PACKAGE_REPLACED intent is sent. In the onReceiver I need to perform some operations on the basis of the version of the p
Solution 1:
Just checked in the sources of Gingerbread version. I guess that this is impossible to check. Previous version of the application is not stored. I do not know why. You can create a feature request to Google to add this feature.
Post a Comment for "Get The Version Of The Package Been Replaced In Android"