Add Snippet |
Invoke the uninstaller.
raw · copy · downloadUri uninstallUri = Uri.fromParts("package", "xxx", null); Intent intent = new Intent(Intent.ACTION_DELETE, uninstallUri) startActivity(intent);
Preview
Editors
Tags
Related Snippets
Open Wifi Settings
Send mms via intent
Phone a telephone number via intent
open browser to web page URL via intent
Send sms via intent
Install an APK via intent
Be the first to comment