EXTRA_HTML_TEXT constant

String const EXTRA_HTML_TEXT

A constant String that is associated with the Intent, used with {@link #ACTION_SEND} to supply an alternative to {@link #EXTRA_TEXT} as HTML formatted text. Note that you must also supply {@link #EXTRA_TEXT}.

Implementation

static const String EXTRA_HTML_TEXT = "android.intent.extra.HTML_TEXT";