CarrierConfigManager.ImsServiceEntitlement.KeyShowVowifiWebviewBool 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.
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.
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.