I want downgrade in-build Android System Webview. I take the steps as below
- Download com.google.android.webview apk
- install via command
pm install com.google.android.webview_131.0.6778.104.apk
- Change default WebView implementation in Developer options > WebView implementation
I found only the new version which lasted than in-build 121.0.6167.101 can be found in the implementation. I want install version 109.0.5414.117, but it not display in Developer options > WebView implementation.
How to install and change the settings with the older WebView than system in-build?