JakeBullet70 Well-Known Member Licensed User Longtime User Oct 16, 2013 #1 Trying to get the GUI to popup for the volume control This does not works (trying to popup the SYSTEM volume) B4X: Public ph As Phone Dim currVol As Int = ph.GetVolume(ph.VOLUME_SYSTEM) ph.SetVolume(ph.VOLUME_SYSTEM,currVol, True) this works (the MUSIC volume) B4X: Public ph As Phone Dim currVol As Int = ph.GetVolume(ph.VOLUME_MUSIC) ph.SetVolume(ph.VOLUME_MUSIC,currVol, True) Is there a problem with the system volume?
Trying to get the GUI to popup for the volume control This does not works (trying to popup the SYSTEM volume) B4X: Public ph As Phone Dim currVol As Int = ph.GetVolume(ph.VOLUME_SYSTEM) ph.SetVolume(ph.VOLUME_SYSTEM,currVol, True) this works (the MUSIC volume) B4X: Public ph As Phone Dim currVol As Int = ph.GetVolume(ph.VOLUME_MUSIC) ph.SetVolume(ph.VOLUME_MUSIC,currVol, True) Is there a problem with the system volume?
Erel B4X founder Staff member Licensed User Longtime User Oct 16, 2013 #2 I see it here also. It is not documented anywhere (at least I didn't find it). Seems like there is no UI in the case of the system volume. Upvote 0
I see it here also. It is not documented anywhere (at least I didn't find it). Seems like there is no UI in the case of the system volume.