On Jun 28, 6:35 pm, YuviDroid <[email protected]> wrote: > I found this to work for me: > > getWindow().setSoftInputMode(WindowManager.LayoutParams.SOFT_INPUT_STATE_ALWAYS_HIDDEN); > > (found > here:http://stackoverflow.com/questions/1109022/how-to-close-hide-the-andr... > ) >
That doesn't seem to do what I want. I placed the above statement after each "setContentView", but if the softkeyboard is open, it will remain opened ... the only way to get rid of it is physically pushing the back button .. maybe it is possible to fake a back button event although that surely can't be the best solution -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

