I am working on a chat application using phonegap for android, which is already running over web. I am sending messages through pushnotification and everything is working fine and notification is coming in status bar with default device sound setting. Now I want to sync some data from server without notifying user, means I need a notification that should just tell me that there is some new data on server to sync, without having status bar notification. I searched over web but couldn't found anything which can help me.
Any help would be great..
Thanks Jaya