I'm using Parse to send push notifications to Android devices,
When I push a message from parse I get 7 push notifications on a single device.
How can I fix this?
PushService.subscribe(cont, "Abc", ParseActivity.class);
PushService.setDefaultPushCallback(cont, Menu.class);