CB-768 Update Android Events permissions.
Project: http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/commit/1f3b1a32 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/tree/1f3b1a32 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/diff/1f3b1a32 Branch: refs/heads/master Commit: 1f3b1a32270a62dd2ccb802921c17b12b26fe8a6 Parents: 93882e0 Author: Michael Brooks <mich...@michaelbrooks.ca> Authored: Thu May 31 11:54:32 2012 -0700 Committer: Michael Brooks <mich...@michaelbrooks.ca> Committed: Thu May 31 11:54:32 2012 -0700 ---------------------------------------------------------------------- docs/en/edge/cordova/events/events.md | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/blob/1f3b1a32/docs/en/edge/cordova/events/events.md ---------------------------------------------------------------------- diff --git a/docs/en/edge/cordova/events/events.md b/docs/en/edge/cordova/events/events.md index f4543e9..a8f555b 100644 --- a/docs/en/edge/cordova/events/events.md +++ b/docs/en/edge/cordova/events/events.md @@ -48,11 +48,11 @@ Permissions #### app/res/xml/plugins.xml - @TODO + <plugin name="Battery" value="org.apache.cordova.BatteryListener"/> #### app/AndroidManifest.xml - @TODO + <uses-permission android:name="android.permission.BROADCAST_STICKY" /> ### Bada