Thanks for reading.
I am facing a strange problem: My app behavior is such that when the Activity starts, I requestFocus() on an Edi
Activity
requestFocus()
Edi
Used this coding in your Activity,It will hide your keyboard this.getWindow().setSoftInputMode(WindowManager.LayoutParams.SOFT_INPUT_STATE_ALWAYS_HIDDEN);
this.getWindow().setSoftInputMode(WindowManager.LayoutParams.SOFT_INPUT_STATE_ALWAYS_HIDDEN);