Merge "Make missed call notification a noisy notification" am: 1e721c9f30 am: c1bd6a1959 am: d0f276eb48
am: 8f2f4ad42d
Change-Id: I4fc6620da406f18f24900c8ec431fc413ae96eaf
diff --git a/src/com/android/dialer/calllog/MissedCallNotifier.java b/src/com/android/dialer/calllog/MissedCallNotifier.java
index a879c6f..47f9ea7 100644
--- a/src/com/android/dialer/calllog/MissedCallNotifier.java
+++ b/src/com/android/dialer/calllog/MissedCallNotifier.java
@@ -149,6 +149,7 @@
.setContentIntent(createCallLogPendingIntent())
.setAutoCancel(true)
.setWhen(timeMs)
+ .setDefaults(Notification.DEFAULT_VIBRATE)
.setDeleteIntent(createClearMissedCallsPendingIntent())
// Include a public version of the notification to be shown when the missed call
// notification is shown on the user's lock screen and they have chosen to hide