How to stop EditText  focus at Activity startup in Android?

We can achive this by below ways

add android:windowSoftInputMode="stateAlwaysHidden"
in manifest file on specifica Activity.

 

Add below code to its parent widget
android:focusableInTouchMode="true"
android:focusable="true"