随笔分类 -  【Android 常用知识】

Android 调用图片、视频、音频、录音、拍照
摘要:1、图片:requestCode返回的标识 Intent innerIntent = new Intent(Intent.ACTION_GET_CONTENT); innerIntent.setType( "image/*"); Intent wrapperIntent = Intent.createChooser(innerIntent, null);((Activity) contex... 阅读全文
posted @ 2013-09-23 10:49 羞涩的流氓 阅读(359) 评论(0) 推荐(1)