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

Bug: 213350301
Test: manual
Change-Id: I019cc9fd29a7200350e5aaa01e292ba0262d4f67
This commit is contained in:
garyjian
2022-05-03 17:12:49 +00:00
parent d01036ee58
commit 1314201016
2 changed files with 6 additions and 4 deletions

View File

@@ -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";

View File

@@ -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";