美文网首页
android查看当前显示的Activity包名

android查看当前显示的Activity包名

作者: devdabug | 来源:发表于2019-05-18 18:28 被阅读0次

    进入AndroidStudio的Terminal

    输入:adb shell "dumpsys window | grep mCurrentFocus"

    查看结果: com.tencent.mm/com.tencent.mm.ui.LauncherUI

    相关文章

      网友评论

          本文标题:android查看当前显示的Activity包名

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