I have a problem with my cordova app after the latest Android System WebView update (44.0.2403.39) on Android 5.x devices.
I would like to update the replicate the problem on the SDK Emulator. But the standard image of Android 5.1 comes with the WebView version 39.
Is there any way to update this component on the emulator?
I've found the APK for the update here but after installing it shows two entries on the App list on System Settings and it's not updating. So I can't replicate the problem.
The first one is the view that comes with the emulator v39 and the second one is the v44
- Also is there any way to modify the system files on the emulator to update it manually?
- Or a programatically way to change Webview with adb shell?