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

Commit 6716bd33 authored by Jonathan Dixon's avatar Jonathan Dixon
Browse files

Flag-flip: set chromium to be the default WebView

For now, can still be disabled in Developer Settings.

Change-Id: Id871d1e232de7b3c7be42c7734f2bb83dc526b32
parent 7cb1757d
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";