sendMultipartTextMessage ISms$Stub$Proxy.sendMultipartTextOnSubscription NullPointerException
问题 Im getting nullpointerexception for the following code: I have SMS of more than 160 characters length, so im dividing them using divide() and then adding one sent PendingIntent. Sometimes this exception comes up. My mobile number and sms data are not null; String SENT = "SMS_SENT"; PendingIntent sentPI = PendingIntent.getBroadcast(this, 0, new Intent( SENT), 0); // ---when the SMS has been sent--- BroadcastReceiver sentSMSStatusReciever = new BroadcastReceiver() { @Override public void