Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如果我使用 SmsManager 从我的应用程序发送 SMS 并且 SMS 发送失败,SmsManager 是否会自动重试为我发送 SMS - 还是我必须自己在代码中管理它?
不,不是的。
如果没有信号发送消息并且失败..手机应该自动继续尝试重新发送..
目前它只是报告它失败并将其放入失败消息列表中。
所以,不...您可以捕获消息是否已发送并回复这些事件。
参考这里