Hello. In the Android webview application, I added a link that opens the application in Google Play. When I enter the link directly as "https play google com", it opens a different window in the same application. So, it doesn't actually redirect to the Google Play Store application. I also tried giving the link as "market://details?id="+APP_ID, but it didn't work. What should I do to fix this issue?