05 2012 档案
java.lang.OutOfMemoryError: bitmap size exceeds VM budget
摘要:功能介绍 用户拍照上传服务器 调用系统拍照功能public static Uri CameraStart(Activity activity,int requestcode) { Intent intent = new Intent(MediaStore.ACTION_IMAGE_CAPTURE); ContentValues values = new ContentValues(); Uri photoUri = activity.getContentResolver().insert(MediaStore.Images.Media.EXTERNAL_CONTENT_URI, valu... 阅读全文
posted @ 2012-05-22 21:08 freexiaoyu 阅读(756) 评论(0) 推荐(0)