当前位置:网站首页>AOSP ~ modify WebView default implementation

AOSP ~ modify WebView default implementation

2022-06-11 02:39:00 Nanke is cute

frameworks/base/core/res/res/xml/config_webview_packages.xml

<webviewproviders>
    <!-- The default WebView implementation -->
    <webviewprovider description="Android WebView" packageName="com.android.webview" availableByDefault="false" />
    <webviewprovider description="Chrome WebView X" packageName="com.android.chrome" availableByDefault="true" />
</webviewproviders>

 Insert picture description here

原网站

版权声明
本文为[Nanke is cute]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/162/202206110201353015.html