I am trying to set the speaker volume to max. So I set the Media volume down and run the app. The Media volume doesn't change when I open the volume settings. It almost sounds like it is at max but shouldn't the Media volume level be changed to max?
p.SetVolume(p.VOLUME_MUSIC, p.GetMaxVolume(p.VOLUME_MUSIC), False)
I have this in the Manifest:
AddPermission(android.permission.MODIFY_AUDIO_SETTINGS)
p.SetVolume(p.VOLUME_MUSIC, p.GetMaxVolume(p.VOLUME_MUSIC), False)
I have this in the Manifest:
AddPermission(android.permission.MODIFY_AUDIO_SETTINGS)
Last edited: