How can I start a browser with the adb shell command and make it open a certain web page?
adb shell
Running this command will start a web browser in android:
adb shell am start -a android.intent.action.VIEW -d http://www.stackoverflow.com
1.4m articles
1.4m replys
5 comments
57.0k users