TelephonyManager.ActionSubscriptionCarrierIdentityChanged Field

Definition

Broadcast Action: The subscription carrier identity has changed.

[Android.Runtime.Register("ACTION_SUBSCRIPTION_CARRIER_IDENTITY_CHANGED", ApiSince=28)]
public const string ActionSubscriptionCarrierIdentityChanged;
[<Android.Runtime.Register("ACTION_SUBSCRIPTION_CARRIER_IDENTITY_CHANGED", ApiSince=28)>]
val mutable ActionSubscriptionCarrierIdentityChanged : string

Field Value

Attributes

Remarks

Broadcast Action: The subscription carrier identity has changed. This intent could be sent on the following events: <ul> <li>Subscription absent. Carrier identity could change from a valid id to TelephonyManager#UNKNOWN_CARRIER_ID.</li> <li>Subscription loaded. Carrier identity could change from TelephonyManager#UNKNOWN_CARRIER_ID to a valid id.</li> <li>The subscription carrier is recognized after a remote update.</li> </ul> The intent will have the following extra values: <ul> <li>#EXTRA_CARRIER_ID The up-to-date carrier id of the current subscription id. </li> <li>#EXTRA_CARRIER_NAME The up-to-date carrier name of the current subscription. </li> <li>#EXTRA_SUBSCRIPTION_ID The subscription id associated with the changed carrier identity. </li> </ul> <p class="note">This is a protected intent that can only be sent by the system.

Java documentation for android.telephony.TelephonyManager.ACTION_SUBSCRIPTION_CARRIER_IDENTITY_CHANGED.

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