You can intercept a keypress and launch an app through a respective Intent. Having said that... the BACK key is there to step back in the Activity stack, not forward. Something will "break", the user experience at least, out of all. Frankly, if I encountered something like this as a user, I'd immediately think MALWARE! Same for hijacking the MENU key. If you dig through this list a little, you will find that the HOME key is supposed to take users exactly there.
On Nov 18, 12:54 pm, Bo Huang <[email protected]> wrote: > Hi all. > > Recently I was asked to add a short-key feature to an Android application > which allow to directly launch an application. The short key can be > back-button, or whatever any hard buttons. > > Thank in addvance. > > Regards, > Bo Huang -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

