app启动其他应用
摘要:因开发需要内包一个app,所以要启动一个app,这种操作 如果知道包名和类名 其实很简单 只需要将包名内嵌即可(一般情况 我们都可以解压或者反接拿到)代码如下:Intent intent = new Intent(Intent.ACTION_MAIN); // 必须要设置这两项 不然找不到 int...
阅读全文
posted @ 2015-07-18 00:02
posted @ 2015-07-18 00:02
posted @ 2015-07-10 17:20
posted @ 2015-07-07 12:49