Files
yunkong2.vis.cordova/plugins/com.jiliac.systemvolume/README.md
2018-09-22 10:44:38 +08:00

22 lines
329 B
Markdown

## 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);
```