When I move between actions, my application automatically selects the first EditText field on the screen, invoking the keyboard.
Is there a way to start Activity without selecting anything by default?
You must add this to your parent layout.
android:focusable="true" android:focusableInTouchMode="true"