I am creating an app which has the GCM integration specifically for my app and i am using one third party library which also contains GCM integration. So the problem is i have to add two broadcast receiver in my manifest.xml and both gets called when a notification comes from the server. So i get two notification every time. now i cant change anything into library so is there any way for me to manage that or someone can suggest anything that how can i manage the two GCM receivers.
Note: There are separate services and receivers for both my app and library.