I need to know when to show a Notification
that behaves similarly to the "Change input method" shown by the OS when an EditText
is focused, so it can't be limited to EditText
s in my application.
Is there a way to do it? Some Listener
or Intent
? Where should I look in the source code to study how the OS does that?
Do as following