Repository: cordova-docs Updated Branches: refs/heads/master f0f161453 -> 50d580327
CB-6153 Docs for DefaultVolumeStream preference on Android Project: http://git-wip-us.apache.org/repos/asf/cordova-docs/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-docs/commit/50d58032 Tree: http://git-wip-us.apache.org/repos/asf/cordova-docs/tree/50d58032 Diff: http://git-wip-us.apache.org/repos/asf/cordova-docs/diff/50d58032 Branch: refs/heads/master Commit: 50d580327677a65c3d8cbe4a30138ad04ca7b0b7 Parents: f0f1614 Author: Andrew Grieve <[email protected]> Authored: Thu Nov 27 11:08:13 2014 -0500 Committer: Andrew Grieve <[email protected]> Committed: Thu Nov 27 11:08:35 2014 -0500 ---------------------------------------------------------------------- docs/en/edge/guide/platforms/android/config.md | 6 ++++++ 1 file changed, 6 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/50d58032/docs/en/edge/guide/platforms/android/config.md ---------------------------------------------------------------------- diff --git a/docs/en/edge/guide/platforms/android/config.md b/docs/en/edge/guide/platforms/android/config.md index 54db4be..ee6b1f7 100644 --- a/docs/en/edge/guide/platforms/android/config.md +++ b/docs/en/edge/guide/platforms/android/config.md @@ -98,3 +98,9 @@ config.xml File for information on global configuration options. <preference name="AndroidLaunchMode" value="singleTop"/> +- `DefaultVolumeStream` (string, defaults to `default`): Sets which volume + the hardware volume buttons link to. By default this is "call" for phones + and "media" for tablets. Set this to "media" to have your app's volume + buttons always change the media volume. Note that when using Cordova's + media plugin, the volume buttons will dynamically change to controlling + the media volume when any Media objects are active. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
