CarrierConfigManager.ActionCarrierConfigChanged 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.
This intent is broadcast by the system when carrier config changes.
[Android.Runtime.Register("ACTION_CARRIER_CONFIG_CHANGED", ApiSince=23)]
public const string ActionCarrierConfigChanged;
[<Android.Runtime.Register("ACTION_CARRIER_CONFIG_CHANGED", ApiSince=23)>]
val mutable ActionCarrierConfigChanged : string
Field Value
- Attributes
Remarks
This intent is broadcast by the system when carrier config changes. An int is specified in #EXTRA_SLOT_INDEX
to indicate the slot index that this is for. An optional int extra #EXTRA_SUBSCRIPTION_INDEX
is included to indicate the subscription index if a valid one is available for the slot index. An optional int extra TelephonyManager#EXTRA_CARRIER_ID
is included to indicate the carrier id for the changed carrier configuration. An optional int extra TelephonyManager#EXTRA_SPECIFIC_CARRIER_ID
is included to indicate the precise carrier id for the changed carrier configuration.
Java documentation for android.telephony.CarrierConfigManager.ACTION_CARRIER_CONFIG_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.