通过 adb shell 发送附有图片的电子邮件
我正在做安卓测试。我需要知道如何使用 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
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您在模拟设备上注册了电子邮件帐户,您可以简单地从任何地方(这基本上意味着从您的任何电子邮件帐户)向该地址发送电子邮件 - 无需使用命令行魔法
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