Intent uninstallIntent = new Intent(Intent.ACTION_DELETE, packageURI); startActivity(uninstallIntent);
this makes Android to uninstall an application. The user will be asked first. cheers, Daniel On Jul 17, 9:06 am, Alex Xin <[email protected]> wrote: > Hi, there > > I'm now implementing an app management tool, but I don't know how to > uninstall an application using SDK? Could anyone tell me this? > Thanks a lot > > Alex -- 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

