Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #ADB Android get notifications
- adb shell dumpsys notification|grep "tickerText"|cut -d\= -f2|grep -v '^null'
- #or maybe better
- adb shell dumpsys notification|grep 'tickerText'|sed 's/tickerText=//g'|grep -v '^ null'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement