*Intent intent = new Intent(android.intent.action.VIEW, Uri.parse("
http://www.myDomain.com/myApp_01.apk"));
startActivity(intent);*Jim On 20 September 2010 09:19, Markus <[email protected]> wrote: > Hello! > > I developed a simple Application.. So I want to implement a automatic > update. If anybody starts the app, they start a request to a > webservice where a new file path is found or not if the app is up to > date. > > But if not I want to start the download (http://www.myDomain.com/ > myApp_01.apk) but I have no idea how? > I think I must invoke an Intent... or something else. > > Can anybody help me? > > Regards Markus > > -- > 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]<android-developers%[email protected]> > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en -- 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

