表示选择图片库的图片
Intent intent = new Intent(Intent.ACTION_PICK,android.provider.MediaStore.Images.Media.EXTERNAL_CONTENT_URI);
表示调用系统的摄像功能
Intent intent = new Intent(android.provider.MediaStore.ACTION_IMAGE_CAPTURE);
表示选择图片库的图片
Intent intent = new Intent(Intent.ACTION_PICK,android.provider.MediaStore.Images.Media.EXTERNAL_CONTENT_URI);
表示调用系统的摄像功能
Intent intent = new Intent(android.provider.MediaStore.ACTION_IMAGE_CAPTURE);