The Android system shows an on-screen keyboard, known as a soft input method, when a text field in your UI receives focus. To provide the best user experience, you can specify characteristics about ...
Android's UI events architecture guide reinforces this by explicitly recommending against modelling one-off events through a separate event stream alongside UI state — such events are not guaranteed ...