diff options
author | sail <sail@google.com> | 2017-01-27 21:42:19 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2017-01-27 21:42:19 +0000 |
commit | 1e721c9f30c3e626ba9f084acf764b4dea3afd38 (patch) | |
tree | 3e1f501255d444acb261277e0d131b3addcbddce | |
parent | 949a78c26564ec873447368fb66a582fbe081a85 (diff) | |
parent | eb044a857b4f41c2c3f51722a18a25c53006a0b2 (diff) |
Merge "Make missed call notification a noisy notification"
-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 |