@Deprecated public final class SmsManager extends Object
| Modifier and Type | Field and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
@Deprecated public static final int STATUS_ON_SIM_FREE
@Deprecated public static final int STATUS_ON_SIM_READ
@Deprecated public static final int STATUS_ON_SIM_UNREAD
@Deprecated public static final int STATUS_ON_SIM_SENT
@Deprecated public static final int STATUS_ON_SIM_UNSENT
@Deprecated public static final int RESULT_ERROR_GENERIC_FAILURE
@Deprecated public static final int RESULT_ERROR_RADIO_OFF
@Deprecated public static final int RESULT_ERROR_NULL_PDU
@Deprecated public static final int RESULT_ERROR_NO_SERVICE
@Deprecated public static final SmsManager getDefault()
@Deprecated public final void sendTextMessage(String destinationAddress, String scAddress, String text, PendingIntent sentIntent, PendingIntent deliveryIntent)
@Deprecated public final ArrayList<String> divideMessage(String text)
@Deprecated public final void sendMultipartTextMessage(String destinationAddress, String scAddress, ArrayList<String> parts, ArrayList<PendingIntent> sentIntents, ArrayList<PendingIntent> deliveryIntents)
@Deprecated public final void sendDataMessage(String destinationAddress, String scAddress, short destinationPort, byte[] data, PendingIntent sentIntent, PendingIntent deliveryIntent)
Copyright © 2008-2013. All Rights Reserved.