我在我的应用程序中有这个例外,在Logcat中的警告下。该应用程序是一个系统应用程序。 java.lang.reflect.InvocationTargetException
W/System.err: at java.lang.reflect.Method.invoke(Native Method)
W/System.err: at netchanger.tawkon.com.lib.network.NetworkChanger.setPreferredNetwork(NetworkChanger.java:48)
W/System.err: at netch
我们正在使用安卓系统上的SMSManager从设备上向其他人发送文本消息。
我们收到过一些用户没有收到短信的报告,我们认为这是基于sentIntent被Activity.RESULT_OK调用的事实--但这种情况似乎发生在本地短信服务只是将消息排队等待发送的时候,而不一定是真正发送的时候。
所以我想我们应该利用deliveryIntent。
这里的问题是我总是得到sentIntent回调,但从来没有得到deliveryIntent回调。
有什么想法吗?代码如下,谢谢。
// The intent action to be unique so that we can have m