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

Commit 1c276040 authored by Richard Coles's avatar Richard Coles Committed by Android (Google) Code Review
Browse files

Merge "Make WebViewUpdateService accessible by isolated apps." into nyc-dev

parents ba6a761c fc19b0a9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -190,7 +190,7 @@ public class WebViewUpdateService extends SystemService {
        userAddedFilter.addAction(Intent.ACTION_USER_ADDED);
        getContext().registerReceiver(mWebViewUpdatedReceiver, userAddedFilter);

        publishBinderService("webviewupdate", new BinderService());
        publishBinderService("webviewupdate", new BinderService(), true /*allowIsolated*/);
    }

    private static boolean existsValidNonFallbackProvider(WebViewProviderInfo[] providers) {