Share via


CarrierConfigManager.ImsServiceEntitlement.KeyShowVowifiWebviewBool Field

Definition

For some carriers, end-users may be presented with a web portal of the carrier before being allowed to use the VoWiFi service.

[Android.Runtime.Register("KEY_SHOW_VOWIFI_WEBVIEW_BOOL", ApiSince=31)]
public const string KeyShowVowifiWebviewBool;
[<Android.Runtime.Register("KEY_SHOW_VOWIFI_WEBVIEW_BOOL", ApiSince=31)>]
val mutable KeyShowVowifiWebviewBool : string

Field Value

Attributes

Remarks

For some carriers, end-users may be presented with a web portal of the carrier before being allowed to use the VoWiFi service. To support this feature, the app hosts a android.webkit.WebView in the foreground VoWiFi entitlement configuration flow to show the web portal.

true - show the VoWiFi portal in a webview.

Note: this is effective only if the #KEY_WFC_EMERGENCY_ADDRESS_CARRIER_APP_STRING is set to this app.

Reference: GSMA TS.43-v5, section 3, VoWiFi entitlement configuration.

Java documentation for android.telephony.CarrierConfigManager.ImsServiceEntitlement.KEY_SHOW_VOWIFI_WEBVIEW_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.

Applies to