Invoke android application from browser
问题 I have been trying to invoke my application from browser on android 3.1 (Honeycomb) These are the links I tried, but none of these worked: <a href="com.nk.myapp://movieid=95319">click me 1</a> <a href="intent:#Intent;action=com.nk.myapp.detail;end">click me 2</a> <a href=intent:#Intent;action=com.nk.myapp.detail;category=android.intent.category.DEFAULT;category=android.intent.category.BROWSABLE;package=com.nk.myapp;end>click me 3</a> For 1st and 2nd url, it gives "Webpage not available". For