Android Notification Sound 特性

来源:互联网 发布:运20和伊尔76数据对比 编辑:程序博客网 时间:2024/06/05 16:21
builder.setDefaults(Notification.DEFAULT_ALL); builder.setSound(Uri.parse(task.getAlarmTonePath()));

这种写法将导致setSound无效,去掉setDefault才会起作用
0 0
原创粉丝点击