If you have another view on your activity like a ListView
, you can also do:
ListView.requestFocus();
in your onResume()
to grab focus from the editText
.
I know this question has been answered but just providing an alternative solution that worked for me :)