How to disable the keyboard with "activity starter"

Hi everyone,
can someone help me with the activity starter code to disable the keyboard?
Eg
android: name = “. MyActivity”
android: windowSoftInputMode = “stateAlwaysHidden”

I don’t want to use screen.hidekeyboard.

Thank you

Try this:
android - How to hide Soft Keyboard when activity starts - Stack Overflow)%3B

Thanks, I have read several discussions. I wanted some help on how to set up the activity starters, I’m not very practical and I think that for those who know them, it is easy to give me this information.