gpt4 book ai didi

javascript - 在cordova android中无需用户确认即可自动发送消息

转载 作者:行者123 更新时间:2023-11-29 21:52:23 25 4
gpt4 key购买 nike

我已经使用 this plugin 实现了从我的应用程序发送消息.它将使用我的消息内容和号码打开手机中的默认短信应用程序,但我需要自动发送短信而不提示默认短信应用程序,有什么方法可以在 cordova 中实现这一点吗?

最佳答案

最后我找到了解决方案,只需将 Intent 留空即可获得所需的结果。

        var intent =''; //leave this empty for sending sms automatically
var message='Test message';
sms.send(number, message, intent, success, error)

关于javascript - 在cordova android中无需用户确认即可自动发送消息,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/28450179/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com