You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
zhongjin eacb95c18a
Initial commit
6 years ago
..
src/android Initial commit 6 years ago
www Initial commit 6 years ago
README.md Initial commit 6 years ago
plugin.xml Initial commit 6 years ago

README.md

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