When trying to mute the phone I find this works ..
The documentation (Wyken Seagrave's book) says "(SetMute(Channel As Int, Mute As Boolean). Mutes or unmutes the given channel - One of the Volume constants."
I found the number 3 seems to work (testing with media player by trial and error) Can someone tell me what the other channels are or direct me to documentation on this?
B4X:
Dim p as Phone
p.SetMute(3,True)
I found the number 3 seems to work (testing with media player by trial and error) Can someone tell me what the other channels are or direct me to documentation on this?