This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
#### | |
#### Copyright (C) 2019 wuseman <[email protected]> - All Rights Reserved | |
#### Created: 13/02/2019 | |
#### | |
#### A notice to all nerds. | |
#### If you will copy developers real work it will not make you a hacker. | |
#### Resepect all developers, we doing this because it's fun! | |
#### | |
# adb shell dumpsys window windows | grep -E 'mCurrentFocus|mFocusedApp'|grep '/'|awk -F'u0' '{print $2}'|awk '{print $1}'|cut -d/ -f1 |