Android Question Problem level ring Samsung device

brelto85

Active Member
Licensed User
Longtime User
I've a problem with the SetVolume method
in my phone (HTC) the following code runs properly and the phone goes to in a silent mode

B4X:
Dim wPhone As Phone
wPhone.SetVolume(wPhone.VOLUME_RING, 0, False)

if the same code runs in a samsung devices, the phones go to a vibrate mode

why?

I have to manage it with the SetRingerMode method?
 
Top