I am using this code to show the local notification and When notification comes then on click of notification want to launch the ListActivity but on Google nexus device
You can also add PendingIntent.FLAG_ONE_SHOT to fix this.
PendingIntent.FLAG_ONE_SHOT
PendingIntent resultPendingIntent = stackBuilder.getPendingIntent(0, PendingIntent.FLAG_UPDATE_CURRENT | PendingIntent.FLAG_ONE_SHOT);