Share via


CarrierConfigManager.KeyCarrierDefaultActionsOnDefaultNetworkAvailable Field

Definition

Defines carrier-specific actions which act upon com.

[Android.Runtime.Register("KEY_CARRIER_DEFAULT_ACTIONS_ON_DEFAULT_NETWORK_AVAILABLE", ApiSince=30)]
public const string KeyCarrierDefaultActionsOnDefaultNetworkAvailable;
[<Android.Runtime.Register("KEY_CARRIER_DEFAULT_ACTIONS_ON_DEFAULT_NETWORK_AVAILABLE", ApiSince=30)>]
val mutable KeyCarrierDefaultActionsOnDefaultNetworkAvailable : string

Field Value

Attributes

Remarks

Defines carrier-specific actions which act upon com.android.internal.telephony.CARRIER_SIGNAL_DEFAULT_NETWORK_AVAILABLE, used for customization of the default carrier app. Format: { "true : CARRIER_ACTION_IDX_1", "false: CARRIER_ACTION_IDX_2" } Where true is a boolean indicates default network available/unavailable Where CARRIER_ACTION_IDX is an integer defined in com.android.carrierdefaultapp.CarrierActionUtils CarrierActionUtils Example: com.android.carrierdefaultapp.CarrierActionUtils#CARRIER_ACTION_ENABLE_DEFAULT_URL_HANDLER enables the app as the default URL handler

Java documentation for android.telephony.CarrierConfigManager.KEY_CARRIER_DEFAULT_ACTIONS_ON_DEFAULT_NETWORK_AVAILABLE.

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