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
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.