Language

Telephony.Sms.Intents.SmsServiceCategoryProgramDataReceivedAction Field

Definition

Broadcast Action: A new CDMA SMS has been received containing Service Category Program Data (updates the list of enabled broadcast channels).

[Android.Runtime.Register("SMS_SERVICE_CATEGORY_PROGRAM_DATA_RECEIVED_ACTION")]
public const string SmsServiceCategoryProgramDataReceivedAction;
[<Android.Runtime.Register("SMS_SERVICE_CATEGORY_PROGRAM_DATA_RECEIVED_ACTION")>]
val mutable SmsServiceCategoryProgramDataReceivedAction : string

Field Value

Attributes

Remarks

Broadcast Action: A new CDMA SMS has been received containing Service Category Program Data (updates the list of enabled broadcast channels). The intent will have the following extra values:

The extra values can be extracted using getMessagesFromIntent(Intent).

If a BroadcastReceiver encounters an error while processing this intent it should set the result code appropriately.

Requires Manifest.permission.RECEIVE_SMS to receive.

Android reference for android.provider.Telephony.Sms.Intents.SMS_SERVICE_CATEGORY_PROGRAM_DATA_RECEIVED_ACTION.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to