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

Commit db9d6e56 authored by Yorke Lee's avatar Yorke Lee
Browse files

Multiple voicemail notification takes you to list of voicemails

Bug: 16819105
Change-Id: I17f48807d741faf61bb543a7bc8b046e73050c3d
parent 7be8f310
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -181,6 +181,7 @@ public class DefaultVoicemailNotifier implements VoicemailNotifier {
        } else {
            // Open the call log.
            contentIntent = new Intent(Intent.ACTION_VIEW, Calls.CONTENT_URI);
            contentIntent.putExtra(Calls.EXTRA_CALL_TYPE_FILTER, Calls.VOICEMAIL_TYPE);
        }
        notificationBuilder.setContentIntent(
                PendingIntent.getActivity(mContext, 0, contentIntent, 0));