| Changed Methods
|
ArrayList<String> divideMessage(String)
|
Change from final to non-final.
|
|
SmsManager getDefault()
|
Change from final to non-final.
|
|
void sendDataMessage(String, String, short, byte[], PendingIntent, PendingIntent)
|
Change from final to non-final.
|
|
void sendMultipartTextMessage(String, String, ArrayList<String>, ArrayList<PendingIntent>, ArrayList<PendingIntent>)
|
Change from final to non-final.
|
|
void sendTextMessage(String, String, String, PendingIntent, PendingIntent)
|
Change from final to non-final.
|
|