Make notification resume and not recreate activity on Android June 14, 2018 PendingIntent pendingIntent = PendingIntent.getActivity(context, 0, intent, PendingIntent.FLAG_UPDATE_CURRENT); References https://stackoverflow.com/questions/16898047/how-to-make-notification-resume-and-not-recreate-activity Related