Add a comment for VoIMS opt-in config

Add a comment to know VoIMS opt-in will ignore others VoLTE carrier
config.

Bug: 177010560
Test: Build pass
Change-Id: Ifea59fcbf1db86cb265a35847a7f2e382c01a226
This commit is contained in:
Calvin Pan
2021-03-04 12:11:45 +08:00
parent a2bd707f57
commit 84c144c204

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)