CarrierConfigManager.KeyAlwaysShowPrimarySignalBarInOpportunisticNetworkBoolean 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.
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.
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.