海王  

2014年1月2日

摘要: http://hi.baidu.com/xiaofanqing/item/6fd724f7c5bb6dce531c26b7Android 开发有时需要在一个应用中启动另一个应用,比如Launcher加载所有的已安装的程序的列表,当点击图标时可以启动另一个应用。一般我们知道了另一个应用的包名和MainActivity的名字之后便可以直接通过如下代码来启动:Intent intent = new Intent(Intent.ACTION_MAIN);intent.addCategory(Intent.CATEGORY_LAUNCHER); ComponentName cn = new Compo. 阅读全文
posted @ 2014-01-02 14:21 海王 阅读(15263) 评论(1) 推荐(0) 编辑