Re: [android-developers] Re: how to press menu key programmatically..

2010-09-08 Thread A N K ! T
yes i mean to unlock the screen by pressing menu key... i can achieve this task by the methods keyGuardDisable in KeyGuardLock class but i dont think this is the right way to do this... On Tue, Sep 7, 2010 at 9:32 PM, Zhenyu Jiang jfo...@gmail.com wrote: maybe he means unlock the screen

[android-developers] Re: how to press menu key programmatically..

2010-09-07 Thread Yahel
i think pressing menu key Not sure what you mean by open lock, but the way to call the menu programmatically is : Activity.openOptionsMenu(); Good luck. Yahel -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

Re: [android-developers] Re: how to press menu key programmatically..

2010-09-07 Thread Zhenyu Jiang
maybe he means unlock the screen by pressing the menu key. i think you cannot achieve it by your app, since the key event is poped up by the system and delivered to upper layer apps. 2010/9/7, Yahel kaye...@gmail.com: i think pressing menu key Not sure what you mean by open lock, but the way to