打开通知面板时自定义声音停止

Custom sound stops when opening notification panel

我正在使用 flutter_local_notifications 为什么我的自定义声音在打开通知面板时停止?

我已经使用了 additionaFlags 属性,但它似乎不起作用,声音还是停止了。

我使用它如下: 附加标志:Int32List.fromList([16]));

上面是 android 系统的默认行为 这到底是有道理的