使用ADB附加多个图像

发布于 2025-01-23 16:00:48 字数 314 浏览 0 评论 0原文

我需要

按照我的理解,通过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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文