Language

Telephony.Sms.Intents.SimFullAction Field

Definition

Broadcast Action: The SIM storage for SMS messages is full.

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

Field Value

Attributes

Remarks

Broadcast Action: The SIM storage for SMS messages is full. If space is not freed, messages targeted for the SIM (class 2) may not be saved. Requires Manifest.permission.RECEIVE_SMS to receive.

Android reference for android.provider.Telephony.Sms.Intents.SIM_FULL_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