I have a notification in my app with the following code:
//Notification Start notificationManager = (NotificationManager) getSystemService(Context.NOTIFI
Looks like you missed this part,
notification.contentIntent = pendingIntent;
Try adding this and it should work.