Settings.ActionWebviewSettings Field

Definition

Activity Action: Allows user to select current webview implementation.

[Android.Runtime.Register("ACTION_WEBVIEW_SETTINGS", ApiSince=24)]
public const string ActionWebviewSettings;
[<Android.Runtime.Register("ACTION_WEBVIEW_SETTINGS", ApiSince=24)>]
val mutable ActionWebviewSettings : string

Field Value

Attributes

Remarks

Activity Action: Allows user to select current webview implementation.

Input: Nothing.

Output: Nothing. <p class="note"> In some cases, a matching Activity may not exist, so ensure you safeguard against this.

Java documentation for android.provider.Settings.ACTION_WEBVIEW_SETTINGS.

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