I\'ve created Android App with webview. When trying to sign in with Google, it first asks for username & password, then the screen with the message \'Please close this w
mainWebView.getSettings().setUserAgentString("example_android_app");
fixed it for me
just changed mainWebView to what my webview was called. In my case, i set it to
webView.getSettings().setUserAgentString("example_android_app");