After much research, I figured it out. There is a way to set a user agent for Android WebView.
webview.getSettings().setUserAgentString("user-agent-string");
http://developer.android.com/reference/android/webkit/WebSettings.html
After much research, I figured it out. There is a way to set a user agent for Android WebView.
webview.getSettings().setUserAgentString("user-agent-string");
http://developer.android.com/reference/android/webkit/WebSettings.html