借鉴:https://blog.csdn.net/wangjicong_215/article/details/79744599

 

8.1之前

window 通过adb shell dumpsys activity | findstr “mFocus”
Linux 通过adb shell dumpsys activity | grep “mFocus”

 

8.1之后

window 通过adb shell dumpsys activity | findstr “mResume”

Linux 通过adb shell dumpsys activity | grep “mResume”

相关文章:

  • 2022-12-23
  • 2021-11-07
  • 2021-06-07
  • 2022-12-23
  • 2022-02-16
  • 2022-12-23
  • 2021-12-12
  • 2022-03-08
猜你喜欢
  • 2022-12-23
  • 2021-09-17
  • 2021-06-26
  • 2022-12-23
  • 2021-11-08
相关资源
相似解决方案