[android-developers] Re: how to set a shortcut key to launch an activity ?

2013-08-08 Thread shihab Shuvro
Hello shapnil, how are you? I am facing a problem to lunch an activity when the shortcut key is pressed like open a number pad press *123 will fire my application. any idea? thanks in Advance. On Wednesday, October 21, 2009 11:13:14 AM UTC+6, swapnil wrote: Hello, how to set a shortcut

[android-developers] Re: how to set a shortcut key to launch an activity ?

2009-10-30 Thread swapnil kamble
Hi, Thanks for your replies. I tried writing a service, overriden onKeyDown(). But it could not get that message. Do I need to modify Home Activity's code ? Or is there any other way too ? Thanks in advance Swapnil On Wed, Oct 21, 2009 at 10:56 PM, Forest Wang wangme...@gmail.com wrote:

[android-developers] Re: how to set a shortcut key to launch an activity ?

2009-10-21 Thread Forest Wang
This may need to add a service to listen to these key press event and trigger an app. 2009/10/21 swapnil kamble swap.kam...@gmail.com Hello, how to set a shortcut key to launch an activity ? Lets say I have an app TestApp. I want to set a shortcut key (e.g alt + T ) to launch activity of