一、软件卸载,直接启动Activity
Uri uri = Uri.fromParts("package", packageName, null);
Intent intentdel = new Intent(Intent.ACTION_DELETE, uri);
startActivity(intentdel);
一、软件卸载,直接启动Activity
Uri uri = Uri.fromParts("package", packageName, null);
Intent intentdel = new Intent(Intent.ACTION_DELETE, uri);
startActivity(intentdel);
227
462

被折叠的 条评论
为什么被折叠?