Fix notif intent issue
This commit is contained in:
parent
fcdc542315
commit
26e17d8120
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in a new issue