Is there a way to select which activity to launch when you press on a game services notification? It always brings me to the main activity, even though I have registered my NotificationListener in another activity. Is there a intent extra/bundle I have to look for? Or something else?
EDIT: Through another question thread here on StackOverflow I found out every intent launched by a google play games notification contains the flag 0x14000000
.
Is it ok to just check for this flag and redirect the user to the actual multiplayer activity?