标签: java android
我想在手机上使用摄像头,结果我要告诫我要传递意图的班级。
Intent intent = new Intent(MediaStore.ACTION_IMAGE_CAPTURE); intent.putExtra("esito", 3); startActivityForResult(intent,CAMERA_REQUEST);