想做一个应用阻塞第三方的安装进程。我的程序拥有root权限。第三方安装应该是intent.setDataAndType(Uri, application/vnd.android.package-archive");startActivity(intent);这种方式。所以有没有办法hook住这个进程, 执行我的逻辑呢
http://blog.chinaunix.net/uid-20485483-id-3180382.html