2011年9月30日

[转]Android 启动第三方程序

摘要: 本文转自:http://www.elexcon.com/news/55190.html//启动媒体库 Intent i = new Intent(); ComponentName comp = new ComponentName("com.Android.camera","com.android.camera.GalleryPicker"); i.setComponent(comp); i.setAction("android.intent.action.VIEW"); startActivity(i); //启动相机 Intent 阅读全文

posted @ 2011-09-30 16:55 freeliver54 阅读(1089) 评论(1) 推荐(0)

导航