Using GeckoView

This commit is contained in:
Nehemiah of Zebulun 2024-06-24 15:12:34 -04:00
parent a8ac8dfb69
commit e43b0bf74a
2 changed files with 2 additions and 17 deletions

View File

@ -18,6 +18,7 @@ PRODUCT_OTA_ENFORCE_VINTF_KERNEL_REQUIREMENTS := false
PRODUCT_BROKEN_VERIFY_USES_LIBRARIES := true PRODUCT_BROKEN_VERIFY_USES_LIBRARIES := true
QSB_ON_FIRST_SCREEN := false QSB_ON_FIRST_SCREEN := false
PRODUCT_PACKAGE_OVERLAYS += device/wephone/jelly_star/overlay PRODUCT_PACKAGE_OVERLAYS += device/wephone/jelly_star/overlay
WEBVIEW_IMPLEMENTATION := geckoview
PRODUCT_PACKAGES += \ PRODUCT_PACKAGES += \
BreezyWeather \ BreezyWeather \
@ -36,7 +37,6 @@ PRODUCT_PACKAGES += \
SimpleCalculator \ SimpleCalculator \
SimpleCamera \ SimpleCamera \
TranslateYou \ TranslateYou \
TrichromeWebView \
Wireguard Wireguard
PRODUCT_PACKAGES -= \ PRODUCT_PACKAGES -= \

View File

@ -1,21 +1,6 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<!-- Copyright 2015 The Android Open Source Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<webviewproviders> <webviewproviders>
<!-- The default WebView implementation --> <!-- The default WebView implementation -->
<webviewprovider description="Vanadium" packageName="app.vanadium.webview" availableByDefault="true"> <webviewprovider description="GeckoView" packageName="org.mozilla.geckoview" availableByDefault="true">
</webviewprovider> </webviewprovider>
</webviewproviders> </webviewproviders>