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.
根据答案 2中 Android 中的 SMS Delivery Report,我已设法使其正常工作,但我想做的是,如果 SMS 发送失败,是否有办法让 Android 在移动服务再次可用时再次尝试重新发送 SMS ?
由于您正在编写自己的 SMS 应用程序,因此您有责任实现传出文件夹(因为缺乏更好的术语)。
我建议您将 SMS 插入此文件夹(或数据库)并使用带有计时器的任务,如果网络连接可用或等待网络连接可用,该计时器会尝试发送您的消息。