Is it possible to do a notification only with sound ? (for example, when we receive a message in whatsapp and the chat is open there is only sound, no icon...)
Thaks @Erel ... That's exactly what I done... I checkd phone rigermode in order to respect the user silence configuration before playing a sound related to an app event... something like tihis:
B4X:
If Phone1.GetRingerMode <> Phone1.RINGER_SILENT And Phone1.GetRingerMode <> Phone1.RINGER_VIBRATE Then
Mplayer.Play
End If
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.