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

Popular posts from this blog

Lists in Python -

android - can not access to progress bar in an other activity -

html - Not able to access next element of an array javascript -