The backgroundOnly setting should only turn off system notifications, but should still send the data to the app's callback method for processing if the app is open. Currently, if backgroundOnly is true, GCMIntentService.onMessage() returns early if the app is in the foreground without sending the data to the GCMModule.
The
backgroundOnly
setting should only turn off system notifications, but should still send the data to the app's callback method for processing if the app is open. Currently, ifbackgroundOnly
is true,GCMIntentService.onMessage()
returns early if the app is in the foreground without sending the data to theGCMModule
.