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

前端 未结 5 1645
刺人心
刺人心 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:17

    That is correct, once a channel is created you cannot make changes to it anymore.

    You can't programmatically modify the behavior of a notification channel once it's created and submitted to the notification manager

    https://developer.android.com/preview/features/notification-channels.html

    What you would have to do delete the channel and create a new one with a different id

提交回复
热议问题