美文网首页Android开发
关于adb获取当前运行的activity

关于adb获取当前运行的activity

作者: 你好世界12345 | 来源:发表于2019-05-30 17:13 被阅读50次

    有兴趣可以先看看这个网站中列出的命令http://adbshell.com

    获取手机型号

    adb shell getprop ro.product.model

    获取系统版本

    adb shell getprop ro.build.version.release

    获取包名

    adb shell pm list packages  

    获取操作的acticity

    adb shell dumpsys window | findstr mCurrentFocus

    相关文章

      网友评论

        本文标题:关于adb获取当前运行的activity

        本文链接:https://www.haomeiwen.com/subject/legvtctx.html