tags:

views:

69

answers:

1

Hi

Is it possible to define a shortcut key to launch the app I'm developing for android?

Can a service running in the background get hardware button events like the camera or send button for example.

Thanks

A: 

Why don't you just put your Application on your Home screen?

With that, it'll be just one click away, like you want.

Dimitar Dimitrov
I want to be able to access it from other application as well.For example, if you have a music player that run in the background, I want to be able to skip a song or change the volume while navigating a map.
pablo
There's always long-click on the device's home-button, for that...
David Hedlund
can you explain about the long-click home-button?I'm not familiar with it
pablo
When you long press the Home button, you see list with the currently running Activities. You can easily switch between Activities, by choosing the one you are interested in from the list.
Dimitar Dimitrov