The only solution I've found is:
- Create a LinearLayout (I dunno if other kinds of Layout's will work)
- Set the attributes
android:focusable="true"
and android:focusableInTouchMode="true"
And the EditText
won't get the focus after starting the activity