Value: 1
Flag for use with InputConnection.getTextAfterCursor(int, int) and InputConnection.getTextBeforeCursor(int, int) to have style information returned along with the text. If not set, InputConnection.getTextAfterCursor(int, int) sends only the raw text, without style or other spans. If set, it may return a complex CharSequence of both text and style spans. Editor authors: you should strive to send text with styles if possible, but it is not required.