Plugin to set volume of the music stream.
Android
Adding the Plugin to your project:
phonegap local plugin add https://github.com/Jiliac/phonegap-plugin-systemvolume.git
//set the sound to maximum
window.system.setSystemVolume(1.0);