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

Commit addea2d8 authored by Nate Fischer's avatar Nate Fischer Committed by Ziad Youssef
Browse files

WebView: add AOSP WebView to the required apps allowlist

This adds com.android.webview (the AOSP WebView package) to the required
apps allowlists. A valid WebView package is required to be installed and
enabled for all Android profiles on the device in order for Android apps
to be able to use `android.webkit.*` framework APIs.

Bug: 260973340
Test: None
Flag: RESOURCES_ONLY
Change-Id: I864d4d0449924b9b70392f7464eebb1295af7400
parent 4af0a613
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -29,5 +29,6 @@
        <item>com.android.providers.downloads.ui</item>
        <item>com.android.documentsui</item>
        <item>com.android.cellbroadcastreceiver</item>
        <item>com.android.webview</item>
    </string-array>
</resources>
+1 −0
Original line number Diff line number Diff line
@@ -26,5 +26,6 @@
        <item>com.android.providers.downloads</item>
        <item>com.android.providers.downloads.ui</item>
        <item>com.android.documentsui</item>
        <item>com.android.webview</item>
    </string-array>
</resources>
+1 −0
Original line number Diff line number Diff line
@@ -28,5 +28,6 @@
        <item>com.android.providers.downloads</item>
        <item>com.android.providers.downloads.ui</item>
        <item>com.android.documentsui</item>
        <item>com.android.webview</item>
    </string-array>
</resources>