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

Commit f62573d5 authored by Torne (Richard Coles)'s avatar Torne (Richard Coles) Committed by android-build-merger
Browse files

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

am: 1c276040

* commit '1c276040':
  Make WebViewUpdateService accessible by isolated apps.
parents 99100943 1c276040
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) {