摘要:
功能介绍 用户拍照上传服务器 调用系统拍照功能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
阅读(757)
评论(0)
推荐(0)
浙公网安备 33010602011771号