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

Commit b6a560c1 authored by Michael Bai's avatar Michael Bai Committed by Android (Google) Code Review
Browse files

Merge "WebView: Load Android T specific WebView" into tm-dev

parents c80e1dab 0643c022
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -34,7 +34,7 @@ public class UserPackage {
    private final UserInfo mUserInfo;
    private final PackageInfo mPackageInfo;

    public static final int MINIMUM_SUPPORTED_SDK = Build.VERSION_CODES.S;
    public static final int MINIMUM_SUPPORTED_SDK = Build.VERSION_CODES.TIRAMISU;

    public UserPackage(UserInfo user, PackageInfo packageInfo) {
        this.mUserInfo = user;
+1 −1
Original line number Diff line number Diff line
@@ -51,7 +51,7 @@ public final class WebViewFactory {
    // visible for WebViewZygoteInit to look up the class by reflection and call preloadInZygote.
    /** @hide */
    private static final String CHROMIUM_WEBVIEW_FACTORY =
            "com.android.webview.chromium.WebViewChromiumFactoryProviderForS";
            "com.android.webview.chromium.WebViewChromiumFactoryProviderForT";

    private static final String CHROMIUM_WEBVIEW_FACTORY_METHOD = "create";