0
JavaDocから、インテントを起動するときのEXTRA_STREAMパラメータがURIである必要があります。 "android.provider.MediaStore.ACTION_IMAGE_CAPTURE"インテントを起動して取得するBitmapオブジェクトを渡すにはどうすればよいですか?インテントを起動するときにEXTRA_STREAMパラメータとしてビットマップを渡す
/**
* A content: URI holding a stream of data associated with the Intent,
* used with {@link #ACTION_SEND} to supply the data being sent.
*/
public static final String EXTRA_STREAM = "android.intent.extra.STREAM";