Commit 822f6282 by olly Committed by Oliver Woodman

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 ca28d6a0
...@@ -1244,6 +1244,7 @@ public class PlayerNotificationManager { ...@@ -1244,6 +1244,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