Using HTML text in android calendar's event description field -


i have custom syncadapter synchronizes on-device calendar events on server (i have custom accounts , calendar setup). event descriptions contains html (it existing webapp). description on on-device calendar ends showing html markup - treating content plain text only. how instruct android process html content in description field? other (and painful) option parse , strip html trying avoid it.

android minsdk 23 android targetsdk 25


Comments

Popular posts from this blog

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -