I know this is old but maybe it will help someone in the future…
I haven’t seen anyone suggest “stateHidden”
From the Android docs – android:windowSoftInputMode
Your manifest file would look like:
<activity
...
android:windowSoftInputMode="stateHidden|adjustResize"
...
>