summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsail <sail@google.com>2017-01-27 21:42:19 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2017-01-27 21:42:19 +0000
commit1e721c9f30c3e626ba9f084acf764b4dea3afd38 (patch)
tree3e1f501255d444acb261277e0d131b3addcbddce
parent949a78c26564ec873447368fb66a582fbe081a85 (diff)
parenteb044a857b4f41c2c3f51722a18a25c53006a0b2 (diff)
downloadandroid_packages_apps_Dialer-1e721c9f30c3e626ba9f084acf764b4dea3afd38.tar.gz
android_packages_apps_Dialer-1e721c9f30c3e626ba9f084acf764b4dea3afd38.tar.bz2
android_packages_apps_Dialer-1e721c9f30c3e626ba9f084acf764b4dea3afd38.zip
Merge "Make missed call notification a noisy notification"
-rw-r--r--src/com/android/dialer/calllog/MissedCallNotifier.java1
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