概述
/*启动app*/
adb shell am start -n com.tencent.mm/.ui.LauncherUI
/*调用浏览器*/
am start -a android.intent.action.VIEW -d http://www.china.com
/*图库扫描文件*/
am broadcast -a android.intent.action.MEDIA_SCANNER_SCAN_FILE -d file:///sdcard/1.mp4
/*查看前台activity*/
adb shell dumpsys activity activities | grep mFocusedActivity
/*调用微信浏览器*/
am start -a android.intent.action.VIEW -d http://www.baidu.com -n com.tencent.mm/.plugin.webview.ui.tools.WebViewUI
/*打开指定的activity*/
am start -n com.tencent.mm/com.tencent.mm.plugin.sns.ui.SnsTimeLineUI
/*不显示某页面*/
su -c "pm disable com.google.android.apps.docs"
/*设置输入法*/
1. ime list -a
2. ime enable 【你看到的mId】
3. ime set 【你看到的mId】
/*拨打电话*/
am start -a android.intent.action.CALL -d tel:10086
/*打开手机地图搜索*/
am start -a android.intent.action.VIEW geo:0,0?q=beijing
最后
以上就是饱满小白菜为你收集整理的adb个人使用手册的全部内容,希望文章能够帮你解决adb个人使用手册所遇到的程序开发问题。
如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。
本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
发表评论 取消回复