How to change notification sound by code in android?

前端 未结 4 1553
梦毁少年i
梦毁少年i 2020-12-10 17:27

Anyone knows how to change notification sound by code in android. I have managed to set the default ringtone, but cant find a way to set the notification tone...

I w

4条回答
  •  温柔的废话
    2020-12-10 17:47

    You can control this on a per-Notification basis via the sound field on Notification. Note that I haven't tried this personally, but it's what the docs say.

提交回复
热议问题