Skip to content

Instantly share code, notes, and snippets.

@xionglun
Created June 10, 2014 17:39
Show Gist options
  • Save xionglun/43e973f955174baf24ed to your computer and use it in GitHub Desktop.
Save xionglun/43e973f955174baf24ed to your computer and use it in GitHub Desktop.
Android WebView custom User-Agent

At Activity:

  //...
  webView.getSettings().setUserAgentString("CUSTOM_USE_AGENT");
  //...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment