- All Implemented Interfaces:
- android.text.style.UpdateAppearance
public class HighlightSpan
extends android.text.style.CharacterStyle
implements android.text.style.UpdateAppearance
Class description :
This Span won't survive the inter-process / intent
Since this class can't be accessed by other process the framework doesn't allow apps to implement ParcelableSpan
So, Only framework ParcelableSpans survive passing via the Intent.
- Since:
- 08/06/18