共用方式為


CarrierConfigManager.KeySatelliteEntitlementSupportedBool Field

Definition

This configuration enables device to query the entitlement server to get the satellite configuration.

[Android.Runtime.Register("KEY_SATELLITE_ENTITLEMENT_SUPPORTED_BOOL", ApiSince=35)]
public const string KeySatelliteEntitlementSupportedBool;
[<Android.Runtime.Register("KEY_SATELLITE_ENTITLEMENT_SUPPORTED_BOOL", ApiSince=35)>]
val mutable KeySatelliteEntitlementSupportedBool : string

Field Value

Attributes

Remarks

This configuration enables device to query the entitlement server to get the satellite configuration. This will need agreement the carrier before enabling this flag.

The default value is false.

Java documentation for android.telephony.CarrierConfigManager.KEY_SATELLITE_ENTITLEMENT_SUPPORTED_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