How in the Service module get the current state of mobile soft keyboard input method,, show or hide?
The following Java code, always return true value, cannot achieve the desired results. Please help me, have what good way? thank you very much!
You will need to use the IME library to track the keyboard state. It can only be done from an Activity. You can store the state in a process global variable and test it from the service.