Android O - Notification Channels - Change Vibration Pattern or Sound Type

前端 未结 5 1644
刺人心
刺人心 2020-12-13 19:57

With Android O we get the \"Notification Channels\".

As far as I understand that means that the user can\'t set

5条回答
  •  再見小時候
    2020-12-13 20:19

    Might help in your case. If you have one notification displayed you can disable sound when updating this notification by setting .setOnlyAlertOnce(true). This solution works only when updating notification.

提交回复
热议问题