|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectandroid.telephony.gsm.SmsManager
@Deprecated public final class SmsManager
| 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 | |
|---|---|
java.util.ArrayList<java.lang.String> |
divideMessage(java.lang.String text)
Deprecated. |
static SmsManager |
getDefault()
Deprecated. |
void |
sendDataMessage(java.lang.String destinationAddress,
java.lang.String scAddress,
short destinationPort,
byte[] data,
PendingIntent sentIntent,
PendingIntent deliveryIntent)
Deprecated. |
void |
sendMultipartTextMessage(java.lang.String destinationAddress,
java.lang.String scAddress,
java.util.ArrayList<java.lang.String> parts,
java.util.ArrayList<PendingIntent> sentIntents,
java.util.ArrayList<PendingIntent> deliveryIntents)
Deprecated. |
void |
sendTextMessage(java.lang.String destinationAddress,
java.lang.String scAddress,
java.lang.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 |
|---|
public static final int STATUS_ON_SIM_FREE
public static final int STATUS_ON_SIM_READ
public static final int STATUS_ON_SIM_UNREAD
public static final int STATUS_ON_SIM_SENT
public static final int STATUS_ON_SIM_UNSENT
public static final int RESULT_ERROR_GENERIC_FAILURE
public static final int RESULT_ERROR_RADIO_OFF
public static final int RESULT_ERROR_NULL_PDU
public static final int RESULT_ERROR_NO_SERVICE
| Method Detail |
|---|
public static final SmsManager getDefault()
public final void sendTextMessage(java.lang.String destinationAddress,
java.lang.String scAddress,
java.lang.String text,
PendingIntent sentIntent,
PendingIntent deliveryIntent)
public final java.util.ArrayList<java.lang.String> divideMessage(java.lang.String text)
public final void sendMultipartTextMessage(java.lang.String destinationAddress,
java.lang.String scAddress,
java.util.ArrayList<java.lang.String> parts,
java.util.ArrayList<PendingIntent> sentIntents,
java.util.ArrayList<PendingIntent> deliveryIntents)
public final void sendDataMessage(java.lang.String destinationAddress,
java.lang.String scAddress,
short destinationPort,
byte[] data,
PendingIntent sentIntent,
PendingIntent deliveryIntent)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||