【发布时间】:2010-11-06 00:26:04
【问题描述】:
在 JavaDoc 中,启动 Intent 时的 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";
【问题讨论】: