How can I startup a browser with the adb shell and display a certain web page?
+2
A:
Running this command will start a web browser in android:
./adb shell am start -a android.intent.action.VIEW -d http://www.stackoverflow.com
Joakim Lundborg
2010-08-18 13:43:45
Thanks Joakim for answer.
Shrikant Tudavekar
2010-08-20 07:20:01