Intent from notification does not have extras
Setting FLAG_ACTIVITY_NEW_TASK for the notification Intent will cause the following: If the activity is not already running in a task, a new task will be started and the Intent will be delivered to the activity in onCreate() However, if the activity is already running in a task, that task will be brought to the foreground. … Read more