1

我在网上查了一下,有人建议将additionalFlags选项设置AndroidNotificationDetails为4。

这就是我所做的

AndroidNotificationDetails(
      'notif',
      'notif',
      'Notification',
      icon: '@mipmap/launcher',
      priority: Priority.high,
      sound: RawResourceAndroidNotificationSound('notif'),
      largeIcon: DrawableResourceAndroidBitmap('@mipmap/launcher'),
      additionalFlags: Int32List.fromList(<int>[4]),
      importance: Importance.max,
      playSound: true,
    );

但是当我向下滑动查看通知列表时,声音停止播放。我希望声音继续播放,除非并且直到我点击该特定通知(而不仅仅是向下滑动以查看通知列表)?

4

0 回答 0