Repository: cordova-docs Updated Branches: refs/heads/master 50d580327 -> a8a9c3cca
CB-6153 Mention in the docs that DefaultVolumeStream preference is added in 3.7.0 Project: http://git-wip-us.apache.org/repos/asf/cordova-docs/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-docs/commit/a8a9c3cc Tree: http://git-wip-us.apache.org/repos/asf/cordova-docs/tree/a8a9c3cc Diff: http://git-wip-us.apache.org/repos/asf/cordova-docs/diff/a8a9c3cc Branch: refs/heads/master Commit: a8a9c3cca1c21c5a4aa2abeef2dd9d1cc5ef0f2d Parents: 50d5803 Author: Andrew Grieve <[email protected]> Authored: Thu Nov 27 12:00:59 2014 -0500 Committer: Andrew Grieve <[email protected]> Committed: Thu Nov 27 12:00:59 2014 -0500 ---------------------------------------------------------------------- docs/en/edge/guide/platforms/android/config.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/a8a9c3cc/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 ee6b1f7..fe2ad50 100644 --- a/docs/en/edge/guide/platforms/android/config.md +++ b/docs/en/edge/guide/platforms/android/config.md @@ -98,7 +98,7 @@ config.xml File for information on global configuration options. <preference name="AndroidLaunchMode" value="singleTop"/> -- `DefaultVolumeStream` (string, defaults to `default`): Sets which volume +- `DefaultVolumeStream` (string, defaults to `default`, added in cordova-android 3.7.0): 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 --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
