Hi,

I'm trying to write customized unlock screen for use in the keyguard
window. This unlock screen has a TextView with "inputType=Text" and in
a normal test Activity, the soft keyboard pops up when it gains focus.
However, when running in the context of the KeyGuard as part of
unlockscreen view, it's never displayed. When the unlock screen is
finished, I can see the soft keyboard behind it and disappears
quickly. It seems that the soft keyboard is behind the unlock screen
all along. I searched around in the source code and found some
constants for window layers in PhoneWindowManager.java based on window
type, and KEYGUARD_LAYER is almost at the top, above
INPUT_METHOD_LAYER. Can I switch the layer numbers to make it work? Is
there a way to force the soft keyboard to be shown on the top in
context of the keyguard?

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to