0

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?

dipu
  • 1,264
  • 1
  • 16
  • 27

2 Answers2

0

You need to register your activity as an intent receiver for the long keypress intent in the browser.

Brian Driscoll
  • 18,293
  • 2
  • 44
  • 61
  • How do I do that? I mean what is the name(or value) of the intent and what is the category? – dipu Aug 03 '10 at 19:35
0

It is discussed here. Launch custom android application from android browser

Community
  • 1
  • 1
dipu
  • 1,264
  • 1
  • 16
  • 27