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

magento2 - Magento 2 admin grid add filter to collection -

Android volley - avoid multiple requests of the same kind to the server? -

Combining PHP Registration and Login into one class with multiple functions in one PHP file -