Problem uninstalling an Application package from Android device
We have an application which on start up pulls up a Terms and Conditions screen. When the user declines these terms we have to ask the user if he wishes to delete the package. So, from within the application we launch the following intent: Uri uninstallUri = Uri.parse("package:some.package.name"); Intent intent = new Intent(Intent.ACTI...