Awesome, thank you Dianne! That works well. (I got lost in doing a Configuration config = new Configuration(); config.setToDefaults(); and then not finding how to get the actual keyboard state into it.)
Regards On Feb 16, 7:38 pm, Dianne Hackborn <[email protected]> wrote: > getResources().getConfiguration(). > > On Mon, Feb 16, 2009 at 5:15 AM, blindfold <[email protected]>wrote: > > > > > How can I detect if the G1 keyboard is hidden or open at application > > startup? My app always runs in landscape mode, but I can only find how > > to detect keyboard configuration *changes* (through > > onConfigurationChanged()). So how can I retrieve the current keyboard > > configuration (open or closed) at application startup? > > > Thanks! --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

