This is my code,
Intent intent = new Intent(Intent.ACTION_DELETE); intent.setData(Uri.parse("package:" + packagename)); startActivity(intent);