Is there a way to downgrade Andrdoid System WebView?

21:33

Please find my steps to downgrade Webview here

Step1: Uninstall update for Android Webview

Step2: download an older version from the given link, https://android-system-webview.en.uptodown.com/android/versions

Step 3: adb connect IP-OF-device

Step 4: adb remount

Step 5: adb push android-system-webview.apk /system

Step 6: adb shell pm install -r -d /system/android-system-webview.apk

(c)