How to open current activity which is open while click on notification
问题 I have try all the methods but it doesn't work for me. i want to open or resume app with whatever screen open while click on notification. I used following method: NotificationCompat.BigTextStyle notiStyle = new NotificationCompat.BigTextStyle(); notiStyle.setBigContentTitle(team); notiStyle.bigText(message); Intent resultIntent = new Intent(this, MainDrawerActivity.class); resultIntent.putExtra("fromNotification", "notification"); resultIntent.setFlags(Intent.FLAG_ACTIVITY_CLEAR_TOP | Intent