在 JavaDoc 中,启动意图时的 EXTRA_STREAM 参数需要是一个 URI。如何传递通过启动“android.provider.MediaStore.ACTION_IMAGE_CAPTURE”意图获得的位图对象?
/**
* 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";