By default Activity startup in Android does not display input method solutions

  • 2020-06-23 01:52:56
  • OfStack

checkbox control causes Activity to start by default without displaying input methods.

A lot of information on the Internet says to put an empty Linearlayout, which is completely misleading to the public.

The correct approach is as follows:

Android Manifest sets Activity as follows:


android:windowSoftInputMode="stateHidden"


Related articles: