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