Hi Pete, Thanks for sharing this., it helps a lot while debugging/developing..
Regards, Deva On Wed, Jul 7, 2010 at 6:42 PM, Pete <[email protected]> wrote: > I disabled the lock screen on my eclair build my commeting out > showLocked() in KeyguardViewMediator.java. > > As far as I could tell there isn't a sql configuration option which > does this. > > regards, > > Pete. > > diff --git a/phone/com/android/internal/policy/impl/ > KeyguardViewMediator.java b/phone/com/android/internal/policy/impl/ > KeyguardViewMediator.java > index 8d71146..6d971e9 100644 > --- a/phone/com/android/internal/policy/impl/KeyguardViewMediator.java > +++ b/phone/com/android/internal/policy/impl/KeyguardViewMediator.java > @@ -520,7 +520,7 @@ public class KeyguardViewMediator implements > KeyguardViewCallback, > } > > if (DEBUG) Log.d(TAG, "doKeyguard: showing the lock > screen"); > - showLocked(); > + //showLocked(); > } > } > > -- > unsubscribe: > [email protected]<android-porting%[email protected]> > website: http://groups.google.com/group/android-porting > -- unsubscribe: [email protected] website: http://groups.google.com/group/android-porting
