Share via


CarrierConfigManager.KeyAlwaysShowPrimarySignalBarInOpportunisticNetworkBoolean Field

Definition

Indicates when a carrier has a primary subscription and an opportunistic subscription active, and when Internet data is switched to opportunistic network, whether to still show signal bar of primary network.

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

Field Value

Attributes

Remarks

Indicates when a carrier has a primary subscription and an opportunistic subscription active, and when Internet data is switched to opportunistic network, whether to still show signal bar of primary network. By default it will be false, meaning whenever data is going over opportunistic network, signal bar will reflect signal strength and rat icon of that network.

Java documentation for android.telephony.CarrierConfigManager.KEY_ALWAYS_SHOW_PRIMARY_SIGNAL_BAR_IN_OPPORTUNISTIC_NETWORK_BOOLEAN.

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