Skip to content

Instantly share code, notes, and snippets.

@ccjeng
Last active December 28, 2015 02:18
Show Gist options
  • Save ccjeng/48e2e5104732dba47f0d to your computer and use it in GitHub Desktop.
Save ccjeng/48e2e5104732dba47f0d to your computer and use it in GitHub Desktop.
Android Jsoup Whitelist.basic
Whitelist wlist = Whitelist.basic();
Log.d(TAG, Jsoup.clean(rs, wlist));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment