My users are sending unhandled exceptions to me via http://code.google.com/p/android-remote-stacktrace/
I am getting the following but have no idea what it means.
For anyone still struggling with this issue, placing the following code in your Activity's onResume will solve it:
onResume
textEntry.setSelection(textEntry.getText().length(), textEntry.getText().length());