0

JavaDoc から、インテントを起動するときの EXTRA_STREAM パラメータは URI である必要があります。「android.provider.MediaStore.ACTION_IMAGE_CAPTURE」インテントを起動して取得した Bitmap オブジェクトを渡すにはどうすればよいですか?

/**
     * 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";
4

1 に答える 1