am start 쓰면됨.. adb shell am start -a (action) -d (data uri) -t (mimetype) -n (component : packagename/activity)ex) adb shell am start -a android.intent.action.VIEW -d http://www.google.com usage: am start [-D] [-W] [-P ] [--start-profiler ] [--R COUNT] [-S] [--opengl-trace] [--user | current] am start: start an Activity. Options are: -D: enable debugging -W: wait for launch to complete --start-p..