In an Android app, whenever the activity launches, the textbox gets the focus and the soft keyboard pops up automatically. I have tried to stop this by using following line
The following code works for me
((InputMethodManager) iClockActivity .getSystemService(Context.INPUT_METHOD_SERVICE)) .showSoftInput(textView, 0);