When my Activity with a ScrollView layout and EditTexts starts, the EditTexts get focus and the Android OnScreen keyboard opens.
ScrollView
EditText
You can use below statement also,
(EditTextName).setInputType(0)
it will permanently hides default keyboard of perticular Edittext, even on EditText Touch or Click.