Android Question Alarm Volume

Bucky108

Member
Licensed User
Longtime User
Trying to adjust the alarm volume it appears that the volume on my phone cannot be set to a value lower than 3.

Dim p As Phone
p.SetVolume(p.VOLUME_ALARM, 2, True)

Volume gets set back to 3. Any value 3 and over works fine.

Any ideas?
 

Bucky108

Member
Licensed User
Longtime User
Actually it looks like if you try to adjust alarm volume with the system slider to anything lower than three it also resets it to a value of three.

However I have seen some apps on the play store that do successfully adjust the volume to values less than three.

Is this possibly an issue with later versions of Android?
 
Upvote 0
Top