Value: 16843086
Determines the minimum type that getText() will return. The default is "normal". Note that EditText and LogTextBox always return Editable, even if you specify something less powerful here.
| Constant | Value | Description |
|---|---|---|
| normal | 0 | Can return any CharSequence, possibly a Spanned one if the source text was Spanned. |
| spannable | 1 | Can only return Spannable. |
| editable | 2 | Can only return Spannable and Editable. |
Must be one of the following constant values.