diff options
author | sail <sail@google.com> | 2017-01-27 21:54:11 +0000 |
---|---|---|
committer | android-build-merger <android-build-merger@google.com> | 2017-01-27 21:54:11 +0000 |
commit | f5ee8ae7ebf8c5e6492b7861ce27c47a0a7e0bc7 (patch) | |
tree | fca830e37d7a65def499cc4db864b222a426b733 | |
parent | 1e3eb563c80fd10043b79c50233bc0d01f920f2f (diff) | |
parent | 8f2f4ad42d0de986fb803e68e878c70301ab2b4c (diff) |
Merge "Make missed call notification a noisy notification" am: 1e721c9f30 am: c1bd6a1959 am: d0f276eb48
am: 8f2f4ad42d
Change-Id: I4fc6620da406f18f24900c8ec431fc413ae96eaf
-rw-r--r-- | src/com/android/dialer/calllog/MissedCallNotifier.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/com/android/dialer/calllog/MissedCallNotifier.java b/src/com/android/dialer/calllog/MissedCallNotifier.java index a879c6fa0..47f9ea770 100644 --- a/src/com/android/dialer/calllog/MissedCallNotifier.java +++ b/src/com/android/dialer/calllog/MissedCallNotifier.java @@ -149,6 +149,7 @@ public class MissedCallNotifier { .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 |