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

Commit ca5181f9 authored by Calvin Pan's avatar Calvin Pan Committed by Android (Google) Code Review
Browse files

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

parents f72cf3cd 84c144c2
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)