Commit c7d34d76 by olly Committed by Ian Baker

The sound, vibrate and ticker will only be played once

Android doc:https://developer.android.com/reference/android/app/Notification.Builder#setOnlyAlertOnce(boolean)

PiperOrigin-RevId: 384227580
parent d5874206
...@@ -1389,6 +1389,7 @@ public class PlayerNotificationManager { ...@@ -1389,6 +1389,7 @@ public class PlayerNotificationManager {
builder.setGroup(groupKey); builder.setGroup(groupKey);
} }
builder.setOnlyAlertOnce(true);
return builder; return builder;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment