MicroStrategy ONE

Open a Web Browser in Android

The following parameter and value are used to open a web browser on an Android phone or tablet using the mobile URL API.  The web browser is an external application that is installed on the mobile device.

Parameter Description of Value

http://<link>

URL to display a web page in a browser, where <link> is the address of the web site  

The sample link below displays a web page in an external browser from  inside your custom mobile application installed on an Android phone or tablet.

Sample link to open a web page in an external web browser:

<a href="http:/s/microstrategy.com">;MicroStrategy</a>