diff --git a/src/org/linphone/LinphoneService.java b/src/org/linphone/LinphoneService.java index df5d91f02..68f4f8ee1 100644 --- a/src/org/linphone/LinphoneService.java +++ b/src/org/linphone/LinphoneService.java @@ -138,7 +138,7 @@ public final class LinphoneService extends Service implements LinphoneServiceLis mNotif.iconLevel=IC_LEVEL_ORANGE; mNotif.flags |= Notification.FLAG_ONGOING_EVENT; - Intent notifIntent = new Intent(this, LinphoneActivity.class); + Intent notifIntent = new Intent(this, incomingReceivedActivity); mNotifContentIntent = PendingIntent.getActivity(this, 0, notifIntent, 0); mNotif.setLatestEventInfo(this, mNotificationTitle,"", mNotifContentIntent);