Ta上传的资源 (0)

运用Intent捕获照片,Intentintent=newIntent();intent.setAction("android.media.action.STILL_IMAGE_CAMERA");startActivity(intent);