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

Commit ce1c0862 authored by Gary Jian's avatar Gary Jian Committed by Gerrit Code Review
Browse files

Merge "Expose VoNR keys as public API to let carrier service able to config"

parents f31dc9a6 13142010
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -41452,6 +41452,8 @@ package android.telephony {
    field public static final String KEY_VOICEMAIL_NOTIFICATION_PERSISTENT_BOOL = "voicemail_notification_persistent_bool";
    field public static final String KEY_VOICE_PRIVACY_DISABLE_UI_BOOL = "voice_privacy_disable_ui_bool";
    field public static final String KEY_VOLTE_REPLACEMENT_RAT_INT = "volte_replacement_rat_int";
    field public static final String KEY_VONR_ENABLED_BOOL = "vonr_enabled_bool";
    field public static final String KEY_VONR_SETTING_VISIBILITY_BOOL = "vonr_setting_visibility_bool";
    field public static final String KEY_VT_UPGRADE_SUPPORTED_FOR_DOWNGRADED_RTT_CALL_BOOL = "vt_upgrade_supported_for_downgraded_rtt_call";
    field public static final String KEY_VVM_CELLULAR_DATA_REQUIRED_BOOL = "vvm_cellular_data_required_bool";
    field public static final String KEY_VVM_CLIENT_PREFIX_STRING = "vvm_client_prefix_string";
+4 −4
Original line number Diff line number Diff line
@@ -8531,11 +8531,12 @@ public class CarrierConfigManager {

    /**
     * Boolean indicating if the VoNR setting is visible in the Call Settings menu.
     * If true, the VoNR setting menu will be visible. If false, the menu will be gone.
     * If this flag is set and VoNR is enabled for this carrier (see {@link #KEY_VONR_ENABLED_BOOL})
     * the VoNR setting menu will be visible. If {@link #KEY_VONR_ENABLED_BOOL} or
     * this setting is false, the menu will be gone.
     *
     * Disabled by default.
     * Enabled by default.
     *
     * @hide
     */
    public static final String KEY_VONR_SETTING_VISIBILITY_BOOL = "vonr_setting_visibility_bool";

@@ -8545,7 +8546,6 @@ public class CarrierConfigManager {
     *
     * Disabled by default.
     *
     * @hide
     */
    public static final String KEY_VONR_ENABLED_BOOL = "vonr_enabled_bool";