android - disable heads up notification for a specific app using adb -
i know can disable heads notification apps using :
adb shell settings put global heads_up_notifications_enabled 0
and block or unblock notification using :
adb shell service call notification 6 s16 \"package\" i32 uid i32 0/1
now how can disable/enable heads notification specific app android 6.0
Comments
Post a Comment