天天看点

打开第三方应用

记录一下,自己用过的打开第三方应用的两种方法;

1.//根据包名类名启动第三方应用(要启动的应用的包名,要启动的activity)

openapp("com.xx.test", "com.xx.test.testactivity");

2.//根据action启动应用

startapp("com.xx.test.action");