adb shell java_Android adb shell 启动java程序
发布日期:2021-06-24 11:14:09 浏览次数:7 分类:技术文章

本文共 1301 字,大约阅读时间需要 4 分钟。

进入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.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 }

转载地址:https://blog.csdn.net/weixin_32424885/article/details/114484835 如侵犯您的版权,请留言回复原文章的地址,我们会给您删除此文章,给您带来不便请您谅解!

上一篇:java blockingqueue源码_Java并发队列BlockingQueue实现之ArrayBlockingQueue源码分析
下一篇:java表头_java 表头

发表评论

最新留言

能坚持,总会有不一样的收获!
[***.219.124.196]2024年04月27日 22时47分25秒