14

When I travel between Activities my app auto select the first EditText field on the screen, calling the keyboard.

There is any way to start an Activity without selecting anything by default?

Cássio Bruzasco
  • 183
  • 2
  • 13

1 Answers1

11

You should add this to its parent layout

android:focusable="true" android:focusableInTouchMode="true"