My app can currently invoked by all browsers, however there is a requirement that I need to open a webpage in the browser which initially invokes my application.
While the solutions from How can I open a URL in Android's web browser from my application? can launch an intent and let the user choose which browser to response to the intent. I want to let the app opens the same browser that the user previously used to invoke my application (by clicking a web link) so that the user won't be confused and leading to better user experience.