Advertisement
metalx1000

Android Read Notifications from Shell/ADB

Feb 26th, 2023
1,207
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.12 KB | None | 0 0
  1. dumpsys notification --noredact|grep 'sender='|sed 's/, sender=/|/g;s/, text=/|/g;s/, time=/|/g;s/}]//g'|cut -d\| -f2,3,4
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement