Hi, You will want to have your APK on a webserver as the previous poster recommends so you can, when an update is necessary, download and install it. Installation is just a matter of sending an intent.
Here's a relevant SO for installing an APK: http://stackoverflow.com/questions/4967669/android-install-apk-programmatically/4969421#4969421 -Kenley -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

