CarrierConfigManager.KeyPremiumCapabilitySupportedOnLteBool 欄位
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
是否允許在裝置連線到 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_BOOL
Java 檔。
此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。