2012年3月27日

用包名调用Android自带应用

摘要: 包名:DDMS开启后,infoIntent intent = new Intent (Intent.ACTION_MAIN);//只要桌面上能看到的都能调用intent.setPackage("com.android.deskclock");startActivity(intent); 阅读全文

posted @ 2012-03-27 20:53 EarlyBird 阅读(572) 评论(0) 推荐(0)

导航