When on android default browser long press on the back key opens the history tab. Is there a way to open my own app instead of the history tab by similar user action?
A:
You need to register your activity as an intent receiver for the long keypress intent in the browser.
Brian Driscoll
2010-08-03 19:27:45
How do I do that? I mean what is the name(or value) of the intent and what is the category?
dipu
2010-08-03 19:35:40
A:
It is discussed here. http://stackoverflow.com/questions/2958701/launch-custom-android-application-from-android-browser
dipu
2010-08-24 21:35:05