标签: android android-intent android-activity android-emulator
如何在eclipse模拟器中将图像作为输入。图像必须从设备相机和图库中获取。
答案 0 :(得分:0)
您可以为ACTION_SEND操作注册<intent-filter>,以便您可以使用标准共享机制将相机或图库应用程序中的图像共享到您的活动中。或者,您可以使用ACTION_PICK操作来调出用于选择数据的活动。
<intent-filter>