TelephonyManager.ActionSubscriptionCarrierIdentityChanged 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: 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.
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.