How do you go about making your application run in the KeyGuard context? It's my understanding that KeyGuard runs in the system process, have you integrated your customized screen into the platform?
On 2 Apr, 03:20, HelenB <[email protected]> wrote: > Hi, > > I'm trying to write customized unlock screen for use in thekeyguard > 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 theKeyGuardas 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 thekeyguard? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

