views:

32

answers:

2

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
How do I do that? I mean what is the name(or value) of the intent and what is the category?
dipu