CarrierConfigManager.KeyIsOpportunisticSubscriptionBool 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.
A boolean property indicating whether this subscription should be managed as an opportunistic subscription.
[Android.Runtime.Register("KEY_IS_OPPORTUNISTIC_SUBSCRIPTION_BOOL", ApiSince=33)]
public const string KeyIsOpportunisticSubscriptionBool;
[<Android.Runtime.Register("KEY_IS_OPPORTUNISTIC_SUBSCRIPTION_BOOL", ApiSince=33)>]
val mutable KeyIsOpportunisticSubscriptionBool : string
Field Value
- Attributes
Remarks
A boolean property indicating whether this subscription should be managed as an opportunistic subscription.
If true, then this subscription will be selected based on available coverage and will not be available for a user in settings menus for selecting macro network providers. If unset, defaults to “false”.
This key will work all the way back to android.os.Build.VERSION_CODES#Q
.
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.