I have created the push notification application, I\'m getting the message from GCM services but push notification sound is not working. I need to play sound when I\'m getting n
I use the default notification sound. Maybe this will work:
mBuilder.setSound(Settings.System.DEFAULT_NOTIFICATION_URI);