阅读更多 进入shell
引用 C:\Documents and Settings\mawenjian>adb shell
看一下命令的帮助
引用
# 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]
好了,试一下启动浏览器
引用 # 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,成功了
大家试试下面的命令吧:
引用
# am start -a android.intent.action.VIEW -d http://mwjian.iteye.com
am start -a android.intent.action.VIEW -d http://mwjian.iteye.com
Starting: Intent { action=android.intent.action.VIEW data=http://mwjian.iteye.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 }

更多相关文章

  1. GitHub 标星 2.5K+!教你通过玩游戏的方式学习 VIM!
  2. 如何在后台运行Linux命令?
  3. No.11 使用firewall配置的防火墙策略的生效模式
  4. google map APIKEY
  5. android adb 命令实践
  6. android studio打包导出未签名apk
  7. 如何反编译android的apk文件得到资源文件
  8. Oprofile 移植到Android
  9. android上代码去执行"su"命令

随机推荐

  1. Android对话框大融合
  2. Android 音视频编解码(二) -- MediaCodec
  3. android学习笔记(一)
  4. android之动画实现(一)(四种基本补间动画)
  5. 排班表实现-----Android
  6. Android第一行代码读书笔记
  7. 将Android项目导入Android Studio
  8. Android(安卓)ScrollView中嵌套ListView
  9. Android UI更新
  10. android 监听电话去电接通瞬间[非来电]