Using GeckoView
This commit is contained in:
parent
a8ac8dfb69
commit
e43b0bf74a
@ -18,6 +18,7 @@ PRODUCT_OTA_ENFORCE_VINTF_KERNEL_REQUIREMENTS := false
|
||||
PRODUCT_BROKEN_VERIFY_USES_LIBRARIES := true
|
||||
QSB_ON_FIRST_SCREEN := false
|
||||
PRODUCT_PACKAGE_OVERLAYS += device/wephone/jelly_star/overlay
|
||||
WEBVIEW_IMPLEMENTATION := geckoview
|
||||
|
||||
PRODUCT_PACKAGES += \
|
||||
BreezyWeather \
|
||||
@ -36,7 +37,6 @@ PRODUCT_PACKAGES += \
|
||||
SimpleCalculator \
|
||||
SimpleCamera \
|
||||
TranslateYou \
|
||||
TrichromeWebView \
|
||||
Wireguard
|
||||
|
||||
PRODUCT_PACKAGES -= \
|
||||
|
@ -1,21 +1,6 @@
|
||||
<?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>
|
||||
<!-- The default WebView implementation -->
|
||||
<webviewprovider description="Vanadium" packageName="app.vanadium.webview" availableByDefault="true">
|
||||
<webviewprovider description="GeckoView" packageName="org.mozilla.geckoview" availableByDefault="true">
|
||||
</webviewprovider>
|
||||
</webviewproviders>
|
||||
|
Loading…
x
Reference in New Issue
Block a user