SC20 WebView Update

We are developing a app for the SC20 board and the webview that was provided is fairly old and is causing issues with our app. The current version loaded is Android System Webview 61.0.3163.98.
Is it possible to update this version?
I have attempted to load a new web view version but the OS appears to be locked and I can not set the new version as the provider.
Any insight is helpful, thanks.

HI, Please refer to these steps:
1.Please confirm the package name of the webview apk you want to update,the default name is “com.android.webview”.If the name of your apk is “com.google.android.webview”, you can modfiy the in AOSP/frameworks/base/core/res/res/xml/config_webview_packages.xml

2.Rename the apk as webview.apk and then copy into:
For arm:AOSP/external/chromium-webview/prebuilt/arm
For arm64:AOSP/external/chromium-webview/prebuilt/arm64/

Thanks.

Thanks for the quick reply. I dont have a config_webview_packages.xml file. I have looked in several different places on the device but can not find. Any other suggestions on where I can find what provider its loading?

Hi,
This file is in Android source project, what’s the android version you are using?