Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 65ef9a7a authored by Tyler Gunn's avatar Tyler Gunn Committed by android-build-merger
Browse files

Merge "Show time stamp of missed call notification created by Telecom" am:...

Merge "Show time stamp of missed call notification created by Telecom" am: 49b0d0bc am: a1f135ff am: 134d03cb
am: 6afec93c

Change-Id: I291025465bd5e20049aa89270c61685f39be1407
parents fe90a798 6afec93c
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -309,6 +309,7 @@ public class MissedCallNotifierImpl extends CallsManagerListenerBase implements
        publicBuilder.setSmallIcon(android.R.drawable.stat_notify_missed_call)
                .setColor(mContext.getResources().getColor(R.color.theme_color))
                .setWhen(callInfo.getCreationTimeMillis())
                .setShowWhen(true)
                // Show "Phone" for notification title.
                .setContentTitle(mContext.getText(R.string.userCallActivityLabel))
                // Notification details shows that there are missed call(s), but does not reveal
@@ -323,6 +324,7 @@ public class MissedCallNotifierImpl extends CallsManagerListenerBase implements
        builder.setSmallIcon(android.R.drawable.stat_notify_missed_call)
                .setColor(mContext.getResources().getColor(R.color.theme_color))
                .setWhen(callInfo.getCreationTimeMillis())
                .setShowWhen(true)
                .setContentTitle(mContext.getText(titleResId))
                .setContentText(expandedText)
                .setContentIntent(createCallLogPendingIntent(userHandle))