With mediaplayer I can change the volume to play, but using RingToneManager always play low.
I set manually the volume to maximum and if I send a whatsap message play high but using the code below always low sound
How can I play high volume the notification sound ?
I set manually the volume to maximum and if I send a whatsap message play high but using the code below always low sound
B4X:
ph.SetVolume(ph.VOLUME_MUSIC,ph.GetMaxVolume(ph.VOLUME_MUSIC),False)
Dim rm As RingtoneManager
rm.Play ( rm.GetDefault( rm.TYPE_NOTIFICATION ) )
How can I play high volume the notification sound ?