Merge "Add a comment for VoIMS opt-in config" into sc-dev

This commit is contained in:
Calvin Pan
2021-03-08 01:09:21 +00:00
committed by Android (Google) Code Review

View File

@@ -869,8 +869,12 @@ public class ProvisioningManager {
* An integer key representing the voice over IMS opt-in provisioning status for the
* associated subscription. Determines whether the user can see for voice services over
* IMS.
* <p>
* Use {@link #PROVISIONING_VALUE_ENABLED} to enable VoIMS provisioning and
*
* <p> The flag will force to show the VoLTE option in settings irrespective of others VoLTE
* carrier config which hide the VoLTE option (e.g.
* {@link CarrierConfigManager#KEY_HIDE_ENHANCED_4G_LTE_BOOL}).
*
* <p>Use {@link #PROVISIONING_VALUE_ENABLED} to enable VoIMS provisioning and
* {@link #PROVISIONING_VALUE_DISABLED} to disable VoIMS provisioning.
* @see #setProvisioningIntValue(int, int)
* @see #getProvisioningIntValue(int)