CarrierConfigManager.KeyPremiumCapabilitySupportedOnLteBool Field

Definition

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.

Java documentation for android.telephony.CarrierConfigManager.KEY_PREMIUM_CAPABILITY_SUPPORTED_ON_LTE_BOOL.

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