Hello all, I have a BroadcastReceiver and in the onReceive method it does some stuff and when its done it should change the focus to a specific EditText field in the ui. This all works just fine with requestFocus() but it doesn't actually bring up the soft keyboard when that edittext receives focus. What would I need to do in order to bring up the soft keyboard in this situation?
-Mike -- 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

