ImsMmTelManager.IsAdvancedCallingSettingEnabled Property

Definition

Query the user’s setting for “Advanced Calling” or "Enhanced 4G LTE", which is used to enable MmTel IMS features, depending on the carrier configuration for the current subscription.

public virtual bool IsAdvancedCallingSettingEnabled { [Android.Runtime.Register("isAdvancedCallingSettingEnabled", "()Z", "GetIsAdvancedCallingSettingEnabledHandler", ApiSince=30)] get; }
[<get: Android.Runtime.Register("isAdvancedCallingSettingEnabled", "()Z", "GetIsAdvancedCallingSettingEnabledHandler", ApiSince=30)>]
member this.IsAdvancedCallingSettingEnabled : bool

Property Value

true if the user's setting for advanced calling is enabled, false otherwise.

Attributes

Remarks

Query the user’s setting for “Advanced Calling” or "Enhanced 4G LTE", which is used to enable MmTel IMS features, depending on the carrier configuration for the current subscription. If this setting is enabled, IMS voice and video telephony over IWLAN/LTE will be enabled as long as the carrier has provisioned these services for the specified subscription. Other IMS services (SMS/UT) are not affected by this user setting and depend on carrier requirements.

Note: If the carrier configuration for advanced calling is not editable or hidden, this method will always return the default value.

This API requires one of the following: <ul> <li>The caller holds the READ_PRECISE_PHONE_STATE permission.</li> <li>If the caller is the device or profile owner, the caller holds the Manifest.permission#READ_PRECISE_PHONE_STATE permission.</li> <li>The caller has carrier privileges (see android.telephony.TelephonyManager#hasCarrierPrivileges) on any active subscription.</li> </ul>

The profile owner is an app that owns a managed profile on the device; for more details see Work profiles. Access by profile owners is deprecated and will be removed in a future release.

Java documentation for android.telephony.ims.ImsMmTelManager.isAdvancedCallingSettingEnabled().

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