Keywords : Android am activitymanager: Go to shell to reference C: "events and settings" mawenjian> ADB Shell
check the help reference of the command # Am-help
am-help
error: Unknown command:-help
usage: am [Start | instrument]
am start [-A ] [-D ] [-T ]
[-C [-C ]...]
[-E [-E ...]
[-n ] [-D] [ ]
am instrument [-E ] [-P ]
[-W]
Okay. Start the browser reference # Am start-N com. Google. Android. Browser/COM. Google. Android. browser. browseractivity.
Am start-N com. Google. Android. Browser/COM. Google. Android. browser. browseractivity
Starting: intent {comp = {com. Google. Android. Browser/COM. Google. Android. browser. browseractivity }}
OK.
Let's try the following command: Reference # Am start-A Android. Intent. Action. View-D http://mwjian.javaeye.com
Am start-A Android. Intent. Action. View-D http://mwjian.javaeye.com
Starting: intent {Action = Android. Intent. Action. View data = http://mwjian.javaeye.com}
# Am start-A Android. Intent. Action. Call-D Tel: 88888888
Am start-A Android. Intent. Action. Call-D Tel: 88888888
Starting: intent {Action = Android. Intent. Action. Call DATA = Tel: 88888888}
# Am start-A Android. Intent. Action. all_apps
Am start-A Android. Intent. Action. all_apps
Starting: intent {Action = Android. Intent. Action. all_apps}
# Am start-A Android. Intent. Action. View GEO: 0, 0? Q = Shanghai
Am start-A Android. Intent. Action. View GEO: 0, 0? Q = Shanghai
Starting: intent {Action = Android. Intent. Action. View data = GEO: 0, 0? Q = Shanghai}