API Diff Specification
To Version: Android SDK 0.9_r1
From Version: Android SDK m5-rc14
Generated 2008.08.14 15:44

Class android.telephony.gsm.SmsManager

Added Methods
void sendMultipartTextMessage(String, String, ArrayList<String>, ArrayList<PendingIntent>, ArrayList<PendingIntent>) Send a multi-part text based SMS.
 

Changed Methods
void sendDataMessage(String, String, short, byte[], PendingIntent, PendingIntent) Change in signature from (String, String, short, byte[], Intent, Intent, Intent) to (String, String, short, byte[], PendingIntent, PendingIntent).
Send a data based SMS to a specific application port.
void sendTextMessage(String, String, String, PendingIntent, PendingIntent) Change in signature from (String, String, String, Intent, Intent, Intent) to (String, String, String, PendingIntent, PendingIntent).
Send a text based SMS.
 

Removed Fields
int ERROR_GENERIC_FAILURE Generic failure cause
int ERROR_NULL_PDU Failed because no pdu provided
int ERROR_RADIO_OFF Failed because radio was explicitly turned off
 

Added Fields
int RESULT_ERROR_GENERIC_FAILURE Generic failure cause
int RESULT_ERROR_NO_SERVICE Failed because service is currently unavailable
int RESULT_ERROR_NULL_PDU Failed because no pdu provided
int RESULT_ERROR_RADIO_OFF Failed because radio was explicitly turned off
 

©2008 Google - Code Home - Site Terms of Service - Privacy Policy
Generated by JDiff