hanki.dev

Disable Android heads up notifications with ADB

You can disable those annoying heads up notification which pop at the top of the screen. All you need to do is install ADB and run this command:

adb shell settings put global heads_up_notifications_enabled 0

#android