在 iPhone、Android 和 Android 中扫描二维码时填充短信(传出电话号码和消息)黑莓
当用户扫描二维码时,您能否打开他们的发送短信屏幕并预先填充电话号码和短信正文,以便他们只需触摸“发送”即可发送短信?
我询问的是适用于 iPhone、Android 和 Blackberry 的解决方案。
When a user scans a QR code, can you open up their outgoing SMS screen and pre-populate both the phone# and the text message body so all they have to do is touch "SEND" to send the SMS?
I'm asking about this solution for iPhones, Androids and Blackberries.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是的,这可以在 Android 上通过启动意图并将操作设置为 Intent.ACTIONS_SEND 来完成。
Yes, this can be done on android by launching an intent with the action set to Intent.ACTIONS_SEND.