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
This is reported issue for kitkat 4.4 not opening activity when click on notification here is an issue url
http://code.google.com/p/android/issues/detail?id=63236
http://code.google.com/p/android/issues/detail?id=61850
suggested workaround is to cancel existing PendingIntent
, or use PendingIntent.FLAG_CANCEL_CURRENT
OR
Try below
Adding a flag in Activity
in AndroidManifiest.xml
android:exported="true"