F Features Lurker Jan 22, 2015 #1 UnInstall package: Uri packageUri =Uri.parse("package:<name>"); Intent uninstallIntent =newIntent(Intent.ACTION_UNINSTALL_PACKAGE, packageUri); startActivity(uninstallIntent); How to remove without confirmation dialog?
UnInstall package: Uri packageUri =Uri.parse("package:<name>"); Intent uninstallIntent =newIntent(Intent.ACTION_UNINSTALL_PACKAGE, packageUri); startActivity(uninstallIntent); How to remove without confirmation dialog?