Skip to content

Instantly share code, notes, and snippets.

@Mufanc
Created September 26, 2021 11:18
Show Gist options
  • Save Mufanc/b7f0bf75b6f01196735d140bbffa9b01 to your computer and use it in GitHub Desktop.
Save Mufanc/b7f0bf75b6f01196735d140bbffa9b01 to your computer and use it in GitHub Desktop.
[查询顶端 Activity 类名] 通过 adb shell 获取栈顶 Activity #Android
  • 首先执行 adb shell 进入终端
dumpsys activity | grep mFocusedWindow | grep -Eo '{.+}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment