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