How to change notification sound dynamically in Android O

后端 未结 1 1865
感情败类
感情败类 2021-01-04 20:34

Recently I use notification channel to support android O. But the problem is I cannot change the sound Uri dynamically. Our app have notification sound setting which user c

相关标签:
1条回答
  • 2021-01-04 21:03

    On Android O+ devices, you should remove any notification specific settings within your app and offer a link within your settings screen to open the system's notification channel settings, where the user can adjust the sound of the notification channel directly.

    0 讨论(0)
提交回复
热议问题