Why do I have a setSelection
in InputConnection, but not a getSelection()
?
Should I just do a getTextBeforeCursor(VERY_HIGH_NUMBER, 0) and calculate the .length() of that string?
Why do I have a setSelection
in InputConnection, but not a getSelection()
?
Should I just do a getTextBeforeCursor(VERY_HIGH_NUMBER, 0) and calculate the .length() of that string?