共用方式為


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#NETWORK_TYPE_LTE 購買並使用進階功能時,應用程式可以呼叫 TelephonyManager#purchasePremiumCapability(int, Executor, Consumer) 。 如果這是 false,則應用程式只能在連線到 TelephonyManager#NETWORK_TYPE_NR時購買和使用進階功能。

根據預設,這是 false

android.telephony.CarrierConfigManager.KEY_PREMIUM_CAPABILITY_SUPPORTED_ON_LTE_BOOLJava 檔。

此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。

適用於