CarrierConfigManager.KeyPremiumCapabilitySupportedOnLteBool 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.
Whether to allow premium capabilities to be purchased when the device is connected to LTE.
[Android.Runtime.Register("KEY_PREMIUM_CAPABILITY_SUPPORTED_ON_LTE_BOOL", ApiSince=34)]
public const string KeyPremiumCapabilitySupportedOnLteBool;
[<Android.Runtime.Register("KEY_PREMIUM_CAPABILITY_SUPPORTED_ON_LTE_BOOL", ApiSince=34)>]
val mutable KeyPremiumCapabilitySupportedOnLteBool : string
Field Value
- Attributes
Remarks
Whether to allow premium capabilities to be purchased when the device is connected to LTE. If this is true
, applications can call TelephonyManager#purchasePremiumCapability(int, Executor, Consumer)
when connected to TelephonyManager#NETWORK_TYPE_LTE
to purchase and use premium capabilities. If this is false
, applications can only purchase and use premium capabilities when connected to TelephonyManager#NETWORK_TYPE_NR
.
This is false
by default.
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.