Never mind. I found out how to do it. The first we should change doesForceHide() function in PhoneWindowManager.java. For Keyguard window this function returns true. It cause to forcibly hide everything behind window, in our case it's Keyguard. Change it to false.
Next we should remove FLAG_SHOW_WALLPAPER in show() in KeyguardViewManager.java After this, we'll see transparent 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

