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
2.1m questions
2.1m answers
60 comments
57.0k users