diff --git a/xwords4/android/XWords4/src/org/eehouse/android/xw4/RelayService.java b/xwords4/android/XWords4/src/org/eehouse/android/xw4/RelayService.java index a3c8c735b..3f1691b33 100644 --- a/xwords4/android/XWords4/src/org/eehouse/android/xw4/RelayService.java +++ b/xwords4/android/XWords4/src/org/eehouse/android/xw4/RelayService.java @@ -81,7 +81,9 @@ public class RelayService extends Service { Notification notification = new Notification( R.drawable.icon48x48, title, System.currentTimeMillis() ); - notification.flags |= Notification.FLAG_AUTO_CANCEL; + notification.flags |= + Notification.FLAG_AUTO_CANCEL | Notification.DEFAULT_SOUND; + notification.flags |= Notification.DEFAULT_VIBRATE; notification. setLatestEventInfo( this, title,