Skip to content

Instantly share code, notes, and snippets.

@johncaijing
Created September 29, 2016 09:05
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save johncaijing/2e2239b5529518831db6576e7eac39d5 to your computer and use it in GitHub Desktop.
Save johncaijing/2e2239b5529518831db6576e7eac39d5 to your computer and use it in GitHub Desktop.
Show current Activity of Android device.
#!/bin/bash
adb shell dumpsys window windows | grep -E 'mCurrentFocus|mFocusedApp'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment