B Bucky108 Member Licensed User Longtime User Dec 15, 2022 #1 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?
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?
B Bucky108 Member Licensed User Longtime User Dec 21, 2022 #2 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
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?
Erel B4X founder Staff member Licensed User Longtime User Dec 23, 2022 #3 Hard to say. What you describe happens on a lower level. Upvote 0