다음을 통해 공유


CarrierConfigManager.KeyPremiumCapabilitySupportedOnLteBool 필드

정의

디바이스가 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

필드 값

특성

설명

디바이스가 LTE에 연결될 때 프리미엄 기능을 구매할 수 있도록 허용할지 여부입니다. 이 경우 애플리케이션은 true프리미엄 기능을 구매하고 사용하기 위해 연결되면 호출 TelephonyManager#purchasePremiumCapability(int, Executor, Consumer)TelephonyManager#NETWORK_TYPE_LTE 수 있습니다. 이 경우 애플리케이션은 false연결된 TelephonyManager#NETWORK_TYPE_NR경우에만 프리미엄 기능을 구매하고 사용할 수 있습니다.

기본적으로 이 값입니다 false .

에 대한 android.telephony.CarrierConfigManager.KEY_PREMIUM_CAPABILITY_SUPPORTED_ON_LTE_BOOLJava 설명서

이 페이지의 일부는 Android 오픈 소스 프로젝트에서 만들고 공유하고 Creative Commons 2.5 특성 라이선스에 설명된 용어에 따라 사용되는 작업을 기반으로 하는 수정 사항입니다.

적용 대상