Can a package uninstall itself? Can a package uninstall another package if they share the same userId and signature?
Hey probably too late but this works for me.
Uri packageURI = Uri.parse("package:"+"your.packagename.here"); Intent uninstallIntent = new Intent(Intent.ACTION_DELETE, packageURI); startActivity(uninstallIntent);
1.4m articles
1.4m replys
5 comments
57.0k users