Android push notifications sound

i ve implemented push notification with other BaaS service ,when device recive notification play a sound,its possible have the same effect whit backendless/google push notification service

Hello!

For this purpose you can declare your own BroadcastReceiver extended from BackendlessBroadcastReceiver and override method “onMessage”. Inside this method you can retrieve message contents from intent, form your own custom notification, and set sound for it.
best regards,
Alex

Ok thnks i must do bit attention on manifest but it worked