android.telephony.gsm
Class SmsManager

java.lang.Object
  extended by android.telephony.gsm.SmsManager

Deprecated.

@Deprecated
public final class SmsManager
extends Object


Field Summary
static int RESULT_ERROR_GENERIC_FAILURE
          Deprecated.  
static int RESULT_ERROR_NO_SERVICE
          Deprecated.  
static int RESULT_ERROR_NULL_PDU
          Deprecated.  
static int RESULT_ERROR_RADIO_OFF
          Deprecated.  
static int STATUS_ON_SIM_FREE
          Deprecated.  
static int STATUS_ON_SIM_READ
          Deprecated.  
static int STATUS_ON_SIM_SENT
          Deprecated.  
static int STATUS_ON_SIM_UNREAD
          Deprecated.  
static int STATUS_ON_SIM_UNSENT
          Deprecated.  
 
Method Summary
 ArrayList<String> divideMessage(String text)
          Deprecated.  
static SmsManager getDefault()
          Deprecated.  
 void sendDataMessage(String destinationAddress, String scAddress, short destinationPort, byte[] data, PendingIntent sentIntent, PendingIntent deliveryIntent)
          Deprecated.  
 void sendMultipartTextMessage(String destinationAddress, String scAddress, ArrayList<String> parts, ArrayList<PendingIntent> sentIntents, ArrayList<PendingIntent> deliveryIntents)
          Deprecated.  
 void sendTextMessage(String destinationAddress, String scAddress, String text, PendingIntent sentIntent, PendingIntent deliveryIntent)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

STATUS_ON_SIM_FREE

public static final int STATUS_ON_SIM_FREE
Deprecated. 
See Also:
Constant Field Values

STATUS_ON_SIM_READ

public static final int STATUS_ON_SIM_READ
Deprecated. 
See Also:
Constant Field Values

STATUS_ON_SIM_UNREAD

public static final int STATUS_ON_SIM_UNREAD
Deprecated. 
See Also:
Constant Field Values

STATUS_ON_SIM_SENT

public static final int STATUS_ON_SIM_SENT
Deprecated. 
See Also:
Constant Field Values

STATUS_ON_SIM_UNSENT

public static final int STATUS_ON_SIM_UNSENT
Deprecated. 
See Also:
Constant Field Values

RESULT_ERROR_GENERIC_FAILURE

public static final int RESULT_ERROR_GENERIC_FAILURE
Deprecated. 
See Also:
Constant Field Values

RESULT_ERROR_RADIO_OFF

public static final int RESULT_ERROR_RADIO_OFF
Deprecated. 
See Also:
Constant Field Values

RESULT_ERROR_NULL_PDU

public static final int RESULT_ERROR_NULL_PDU
Deprecated. 
See Also:
Constant Field Values

RESULT_ERROR_NO_SERVICE

public static final int RESULT_ERROR_NO_SERVICE
Deprecated. 
See Also:
Constant Field Values
Method Detail

getDefault

public static final SmsManager getDefault()
Deprecated. 

sendTextMessage

public final void sendTextMessage(String destinationAddress,
                                  String scAddress,
                                  String text,
                                  PendingIntent sentIntent,
                                  PendingIntent deliveryIntent)
Deprecated. 

divideMessage

public final ArrayList<String> divideMessage(String text)
Deprecated. 

sendMultipartTextMessage

public final void sendMultipartTextMessage(String destinationAddress,
                                           String scAddress,
                                           ArrayList<String> parts,
                                           ArrayList<PendingIntent> sentIntents,
                                           ArrayList<PendingIntent> deliveryIntents)
Deprecated. 

sendDataMessage

public final void sendDataMessage(String destinationAddress,
                                  String scAddress,
                                  short destinationPort,
                                  byte[] data,
                                  PendingIntent sentIntent,
                                  PendingIntent deliveryIntent)
Deprecated. 


Copyright © 2008-2012. All Rights Reserved.