[android-developers] App fire on pressing lock key of phone

2012-01-20 Thread Dhaval Varia
I want to fire my app on lock/unlock key press for few times. how to do it? thanx -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send

Re: [android-developers] App fire on pressing lock key of phone

2012-01-22 Thread unicus unicus
you can get help here http://androidbasic-answer.blogspot.com/ On Fri, Jan 20, 2012 at 6:58 PM, Dhaval Varia wrote: > I want to fire my app on lock/unlock key press for few times. > > how to do it? > thanx > > -- > You received this message because you are subscribed to the Google > Groups "And

Re: [android-developers] App fire on pressing lock key of phone

2012-01-22 Thread Kristopher Micinski
What is the "lock unlock key?" If you mean the power button, or really any button except back, (and even then overriding this might not be a good idea, you shouldn't do this. kris On Fri, Jan 20, 2012 at 8:28 AM, Dhaval Varia wrote: > I want to fire my app on lock/unlock key press for few times