Difference between revisions of "Command line to start web browser using adb"

From Ittichai Chammavanijakul's Wiki
Jump to navigation Jump to search
(Created page with "<pre> adb shell am start -a android.intent.action.VIEW -d http://google.com </pre> Category:Android")
 
(No difference)

Latest revision as of 16:36, 15 October 2012

adb shell am start -a android.intent.action.VIEW -d http://google.com