metalx1000

Android Clear all Notifications with ADB

Jul 31st, 2021 (edited)
855
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.18 KB | None | 0 0
  1. #Android Clear all Notifications with ADB
  2. adb shell "su -c 'service call notification 1'"
  3.  
  4. #Through ssh with Termux
  5. ssh -p 8022 192.168.1.100 "sudo service call notification 1"
Add Comment
Please, Sign In to add comment