安装或卸载一个apk以及简单发动一个网页
这里可以参看http://www.anddev.org/viewtopic.php?p=23928
权限之类的不比说了
2.startActivity(new Intent(Intent.ACTION_VIEW, Uri.parse("http://Yoururl.com")));?