Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 84c144c2 authored by Calvin Pan's avatar Calvin Pan
Browse files

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
parent a2bd707f
Loading
Loading
Loading
Loading
+6 −2
Original line number Diff line number Diff line
@@ -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)