使用ADB附加多个图像
我需要
按照我的理解,通过ADB命令连接两张图片,我需要使用操作-Android.intent.saction.send_multife,
制作命令
但我无法 的值中只指定了一个文件链接,其中一张图片:
额外的流,因为在此参数示例
adb shell am start -a android.intent.action.SEND -t image/* --eu android.intent.extra.STREAM file:///storage/emulated/0/Pictures/file.jpg
I need to attach two pictures via adb command
As I understood, I need to use the action - android.intent.action.SEND_MULTIPLE
But I can't make a command since there is no documentation on this
I can't do it through an extra stream, because only one file link is specified in the value of this parameter
Example of command with one picture:
adb shell am start -a android.intent.action.SEND -t image/* --eu android.intent.extra.STREAM file:///storage/emulated/0/Pictures/file.jpg
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论