Skip to content

Commit

Permalink
Removed count show for 1 missed call
Browse files Browse the repository at this point in the history
In code is already defined to show count for 2 or more missed calls.
See line 569.

Change-Id: I337b46264d51a0e106837d227e8279b341117494
Signed-off-by: kecinzer <kecinzer@gmail.com>
  • Loading branch information
kecinzer committed May 24, 2013
1 parent 3f7ffcd commit ff9deca
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/com/android/phone/NotificationMgr.java
Expand Up @@ -548,7 +548,6 @@ private static void configureLedNotification(Notification note) {

Notification.Builder builder = new Notification.Builder(mContext);
builder.setSmallIcon(android.R.drawable.stat_notify_missed_call)
.setNumber(mMissedCalls.size())
.setTicker(mContext.getString(R.string.notification_missedCallTicker, callName))
.setWhen(date)
.setContentIntent(PendingIntent.getActivity(mContext, 0, callLogIntent, 0))
Expand Down

0 comments on commit ff9deca

Please sign in to comment.