android - How do I clear notifications using ADB shell -
i know can unlock screen, pull down notifications, , press clear notifications button, there's got way clear notifications through adb, right? i'm guessing it's intent sent through 'am' command, or maybe simpler, can't seem find on net. i'm getting java code use apk.
edit: should mention i'm running on 4.3, commands may vary between versions.
try:
adb shell service call notification 1
Comments
Post a Comment