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