Back to Vanadium

This commit is contained in:
Nehemiah of Zebulun 2024-06-25 09:17:27 -04:00
parent e43b0bf74a
commit 89249d182f
2 changed files with 2 additions and 1 deletions

View File

@ -37,6 +37,7 @@ PRODUCT_PACKAGES += \
SimpleCalculator \ SimpleCalculator \
SimpleCamera \ SimpleCamera \
TranslateYou \ TranslateYou \
TrichromeWebView \
Wireguard Wireguard
PRODUCT_PACKAGES -= \ PRODUCT_PACKAGES -= \

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<webviewproviders> <webviewproviders>
<!-- The default WebView implementation --> <!-- The default WebView implementation -->
<webviewprovider description="GeckoView" packageName="org.mozilla.geckoview" availableByDefault="true"> <webviewprovider description="Vanadium" packageName="app.vanadium.webview" availableByDefault="true">
</webviewprovider> </webviewprovider>
</webviewproviders> </webviewproviders>