Im running my android application and downloaded a new version of the "same" application. (E.g on /sdcard/application_v2.apk).
After the download has finished the application is supposed to upgrade "itself". I.e something like this (pseudo):
- install the new .apk-file
- delete the old installation.
- restart
Im not sure how I do the upgrading part (step 1-3).
