My App is crashing when user does not have Android System WebView enabled in Android 10 and Android 11.
So I decided to show a Dialog to users that tells them that the Android System WebView is disabled and they need to enable it.
In the dialog box I have an error text and a button. I want to open this error page when user clicks the button on the Dialog.
My Questions are
- Is it even possible to open this page from my Activity ?
- If yes then how ?
