Android调用第三方应用

Intent intent=new Intent();
//包名 包名+类名(全路径)
intent.setClassName("com.qn.app.store", "com.qn.app.store.Main");
startActivity(intent);

 

posted on 2013-11-25 11:03  I love Android  阅读(355)  评论(0编辑  收藏  举报