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
Add android:exported = "true" in the manifest
ListActivity is the activity which will be opened on the notification click.