Open specific Activity when notification clicked in FCM
I am working on App in which I am required to show notification. For notification, i am using FireBase Cloud Messaging (FCM) . I am able to get Notification when app is in background. But when I click on notification, it redirect to home.java page. I want it to redirect to Notification.java page. So,please tell me how to specify Activity in on Click of notification. I am using two services: 1.) MyFirebaseMessagingService 2.) MyFirebaseInstanceIDService This is my code sample for onMessageReceived() method in MyFirebaseMessagingService class. public class MyFirebaseMessagingService extends