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.SmsMessage

Removed Methods
boolean isStatusPermanentError(int) For an SMS-STATUS-REPORT message, return true iff the status field indicates that there has been a permanent error delivering the message.
boolean isStatusReceived(int) For an SMS-STATUS-REPORT message, return true iff the status field indicates that the message status has been received.
boolean isStatusSuccessful(int) For an SMS-STATUS-REPORT message, return true iff the status field indicates that the message was delivered successfully.
boolean isStatusTemporaryError(int) For an SMS-STATUS-REPORT message, return true iff the status field indicates that there has been a temporary error delivering the message.
 

Added Methods
int getProtocolIdentifier() Get protocol identifier.
 

Changed Methods
int[] calculateLength(String, boolean) Change in signature from String to (String, boolean).
Calculates the number of SMS's required to encode the message body and the number of characters remaining until the next message, given the current encoding.
SmsHeader getUserDataHeader() Change in return type from android.telephony.gsm.SmsHeader to com.android.internal.telephony.gsm.SmsHeader.
Returns an object representing the user data header
 

Removed Fields
int SMS_STATUS_REPORT_MASK_PERMANENT_ERROR  
int SMS_STATUS_REPORT_MASK_TEMPORARY_ERROR masks for some ranges of values for the SMS-STATUS-REPORT field
int SMS_STATUS_REPORT_NOT_RECEIVED some possible values for the SMS-STATUS-REPORT field, plus -1 to represent that it hasn't yet been received
int SMS_STATUS_REPORT_SME_UNABLE_TO_CONFIRM  
int SMS_STATUS_REPORT_SMS_REPLACED_BY_SC  
int SMS_STATUS_REPORT_SUCCESS  
 

Added Fields
int MAX_USER_DATA_SEPTETS_WITH_HEADER The maximum number of payload septets per message if a user data header is present.
 

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