CarrierConfigManager.KeyVonrSettingVisibilityBool Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Boolean indicating if the VoNR setting is visible in the Call Settings menu.
[Android.Runtime.Register("KEY_VONR_SETTING_VISIBILITY_BOOL", ApiSince=34)]
public const string KeyVonrSettingVisibilityBool;
[<Android.Runtime.Register("KEY_VONR_SETTING_VISIBILITY_BOOL", ApiSince=34)>]
val mutable KeyVonrSettingVisibilityBool : string
Field Value
- Attributes
Remarks
Boolean indicating if the VoNR setting is visible in the Call Settings menu. If this flag is set and VoNR is enabled for this carrier (see #KEY_VONR_ENABLED_BOOL
) the VoNR setting menu will be visible. If #KEY_VONR_ENABLED_BOOL
or this setting is false, the menu will be gone.
Enabled by default.
Java documentation for android.telephony.CarrierConfigManager.KEY_VONR_SETTING_VISIBILITY_BOOL
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.