通过 adb shell 发送附有图片的电子邮件

发布于 2024-12-02 03:59:51 字数 299 浏览 0 评论 0 原文

我正在做安卓测试。我需要知道如何使用 adb shell 自动运行测试。有谁知道如何通过 adb shell 发送附有图片的电子邮件? 像这样:

am start -a android.intent.action.SENDTO -d sms:xxxx --es xxxxx

如果给出一个包含主题和正文的完整示例,我将不胜感激。 我已经尝试过以下命令,但它不起作用。

-e stream "file:///sdcard/test.jpg" -t image/jpeg

I am doing the android test. And I need to know the way to use adb shell to run the test automatically. Does anyone know how to send an email with pictures attached via adb shell?
like this:

am start -a android.intent.action.SENDTO -d sms:xxxx --es xxxxx

I would appreciate it if a complete example with subject and body is given.
I have tried the following command, but it does not work.

-e stream "file:///sdcard/test.jpg" -t image/jpeg

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

奶茶白久 2024-12-09 03:59:51

如果您在模拟设备上注册了电子邮件帐户,您可以简单地从任何地方(这基本上意味着从您的任何电子邮件帐户)向该地址发送电子邮件 - 无需使用命令行魔法

If you have registered an email-account on your emulated device you can simply send an email to the address from anywhere (which basically means from any of your email accounts) - there is no need to use command line magic

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文