I was wandering if there is an API to upgrade an application to newer version without going through Android Market. Example I have a .apk file version 1.0 and I would like to upgrade it to version 2.0 programmatically. Bearing in mind I would prefer a method that does not override user’s high score or data when doing application upgrade.
Thanks much
Use an
ACTION_VIEWIntenton aUripointing to the updated APK, also giving theIntentthe magic MIME type (application/vnd.android.package-archive).