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?
            Asked
            
        
        
            Active
            
        
            Viewed 384 times
        
    2 Answers
0
            
            
        You need to register your activity as an intent receiver for the long keypress intent in the browser.
        Brian Driscoll
        
- 19,373
 - 3
 - 46
 - 65
 
- 
                    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