Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ee6a0c76 authored by Ben Murdoch's avatar Ben Murdoch Committed by The Android Automerger
Browse files

Revert "Revert "Flag-flip: set chromium to be the default WebView""

Turn the flag back on.

This reverts commit c9f10b6b.

Change-Id: I1a77bdf7f59a6868fd8ab30687062f34fc914bc6
parent 7c8f6edc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -28,7 +28,7 @@ import android.util.Log;
 * @hide
 */
public final class WebViewFactory {
    private static final boolean DEFAULT_TO_EXPERIMENTAL_WEBVIEW = false;
    private static final boolean DEFAULT_TO_EXPERIMENTAL_WEBVIEW = true;
    private static final String EXPERIMENTAL_PROPERTY_DEFAULT_OFF = "persist.sys.webview.exp";
    private static final String EXPERIMENTAL_PROPERTY_DEFAULT_ON  = "persist.sys.webview.exp_on";