Get current running app id and activity
Sometimes you may want to check what’s the app id for current running application, and also you want to know what’s the current visible activity name.
Here you go:
adb shell dumpsys window windows | grep -E 'mCurrentFocus|mFocusedApp'