|
Build 1.0_r1(from source) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectandroid.provider.Telephony.Sms.Intents
public static final class Telephony.Sms.Intents
Contains info about SMS related Intents that are broadcast.
| Field Summary | |
|---|---|
static String |
DATA_SMS_RECEIVED_ACTION
Broadcast Action: A new data based SMS message has been received by the device. |
static String |
SIM_FULL_ACTION
Broadcast Action: The SIM storage for SMS messages is full. |
static String |
SMS_RECEIVED_ACTION
Broadcast Action: A new text based SMS message has been received by the device. |
static String |
WAP_PUSH_RECEIVED_ACTION
Broadcast Action: A new WAP PUSH message has been received by the device. |
| Constructor Summary | |
|---|---|
Telephony.Sms.Intents()
|
|
| Method Summary | |
|---|---|
static SmsMessage[] |
getMessagesFromIntent(Intent intent)
Read the PDUs out of an SMS_RECEIVED_ACTION or a
DATA_SMS_RECEIVED_ACTION intent. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String SMS_RECEIVED_ACTION
The extra values can be extracted using
getMessagesFromIntent(Intent)
public static final String DATA_SMS_RECEIVED_ACTION
The extra values can be extracted using
getMessagesFromIntent(Intent)
public static final String WAP_PUSH_RECEIVED_ACTION
public static final String SIM_FULL_ACTION
| Constructor Detail |
|---|
public Telephony.Sms.Intents()
| Method Detail |
|---|
public static final SmsMessage[] getMessagesFromIntent(Intent intent)
SMS_RECEIVED_ACTION or a
DATA_SMS_RECEIVED_ACTION intent.
intent - the intent to read from
|
Build 1.0_r1(from source) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||