I'm writing a script to run on android's terminal and I need it to open the browser and a URL. I managed to open the browser but didn't find a way to put the URL on it.
am start -a android.intent.action.MAIN -n com.android.browser/.BrowserActivity;
Appreciate any help : )