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

Commit 134d03cb 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: 49b0d0bc

am: a1f135ff

Change-Id: I160d7430a94c62aad978770c5344eb03632b7efc
parents 8168b680 a1f135ff
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))