android 调用系统各种应用 - OPEN 开发经验库
但是如果是跳转到应用,使用一下代码: Intent intent= new Intent("android....打开录音机 Intent mi = new Intent(Media.RECORD_SOUND_ACTION); start...
Android直接调用系统根本应用
1.打开系统短信应用Intent intent = new Intent(Intent.ACTION_MAIN); intent.addCategory(Intent.CATEGORY_DEFAULT); intent.setType("vnd.android-dir/mms-sms"...