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

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

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

We need to wait until GMail corruption fix is in.

This reverts commit 6716bd33.

Change-Id: Ie3c335e18901d24d878f81fb76b7065520fa32e5
parent 9c35b69f
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 = true;
    private static final boolean DEFAULT_TO_EXPERIMENTAL_WEBVIEW = false;
    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";