文件名称:Android中简单调用图片、视频、音频、录音和拍照的方法
文件大小:43KB
文件格式:PDF
更新时间:2024-02-10 03:28:11
android开发 android录音 android拍照
本文实例讲述了Android中简单调用图片、视频、音频、录音和拍照的方法。分享给大家供大家参考,具体如下: //选择图片 requestCode 返回的标识 Intent innerIntent = new Intent(Intent.ACTION_GET_CONTENT); //android.intent.action.GET_CONTENT innerIntent.setType(contentType); //查看类型 String IMAGE_UNSPECIFIED = image/*; Intent wrapperIntent = Intent.createChooser