Last active
December 28, 2015 02:18
-
-
Save ccjeng/48e2e5104732dba47f0d to your computer and use it in GitHub Desktop.
Android Jsoup Whitelist.basic
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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