diff options
author | sail <sail@google.com> | 2017-01-27 21:52:11 +0000 |
---|---|---|
committer | android-build-merger <android-build-merger@google.com> | 2017-01-27 21:52:11 +0000 |
commit | 8f2f4ad42d0de986fb803e68e878c70301ab2b4c (patch) | |
tree | bd2ab01edb54ddfe91e58959ad41704a61075a58 | |
parent | f3137f7965ac420bfab6d91d3e948080435ca97d (diff) | |
parent | d0f276eb48055e1f7b8df445d28d6c37acda3389 (diff) |
Merge "Make missed call notification a noisy notification" am: 1e721c9f30 am: c1bd6a1959
am: d0f276eb48
Change-Id: I37f3fa286f8a0ee749137ca7d86a4c1db324d90e
-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 f6830168b..732f65665 100644 --- a/src/com/android/dialer/calllog/MissedCallNotifier.java +++ b/src/com/android/dialer/calllog/MissedCallNotifier.java @@ -148,6 +148,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 |