tags:

views:

7

answers:

0

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?