CarrierConfigManager.Ims.KeyRcsBulkCapabilityExchangeBool Field

Definition

Flag indicating whether or not the carrier expects the RCS UCE service to periodically refresh the RCS capabilities cache of the user's contacts as well as request the capabilities of call contacts when the SIM card is first inserted or when a new contact is added, removed, or modified.

[Android.Runtime.Register("KEY_RCS_BULK_CAPABILITY_EXCHANGE_BOOL", ApiSince=31)]
public const string KeyRcsBulkCapabilityExchangeBool;
[<Android.Runtime.Register("KEY_RCS_BULK_CAPABILITY_EXCHANGE_BOOL", ApiSince=31)>]
val mutable KeyRcsBulkCapabilityExchangeBool : string

Field Value

Attributes

Remarks

Flag indicating whether or not the carrier expects the RCS UCE service to periodically refresh the RCS capabilities cache of the user's contacts as well as request the capabilities of call contacts when the SIM card is first inserted or when a new contact is added, removed, or modified. This corresponds to the RCC.07 A.19 "DISABLE INITIAL ADDRESS BOOK SCAN" parameter.

If this flag is disabled, the capabilities cache will not be refreshed internally at all and will only be updated if the cached capabilities are stale when an application requests them.

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