How to change notification sound by code in android?

前端 未结 4 1561
梦毁少年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条回答
  •  慢半拍i
    慢半拍i (楼主)
    2020-12-10 17:49

    This might be helpful

    notification.sound = Uri.parse("android.resource://com.packagename.org/raw/alert");
    

提交回复
热议问题