Telephony.Sms.Intents.SmsRejectedAction Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Broadcast Action: An incoming SMS has been rejected by the telephony framework.
[Android.Runtime.Register("SMS_REJECTED_ACTION")]
public const string SmsRejectedAction;
[<Android.Runtime.Register("SMS_REJECTED_ACTION")>]
val mutable SmsRejectedAction : string
Field Value
- Attributes
Remarks
Broadcast Action: An incoming SMS has been rejected by the telephony framework. This intent is sent in lieu of any of the RECEIVED_ACTION intents. The intent will have the following extra value:
Requires Manifest.permission.RECEIVE_SMS to receive.
Android reference for android.provider.Telephony.Sms.Intents.SMS_REJECTED_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.