When we pull down the notification bar, we see the current
notifications. We've taken it a step further and we're able to get
audio, video and buttons in notification bar, when it is pulled down.


Now my issue is, I need the soft keypad to come up when I click on the
edit text field inside the notification bar. The qwerty keyboard
simply doesn't show up. I tried forcing it to show itself using the
following code inside the notification file.

InputMethodManager inputMethodManager = (InputMethodManager)
mContext.getSystemService(Context.INPUT_METHOD_SERVICE);
inputMethodManager.toggleSoftInput(InputMethodManager.SHOW_FORCED,InputMethodManager.HIDE_IMPLICIT_ONLY);


inside StatusBarService.java

Anyone who could enlighten me on this?

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to