You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Mike Billau (JIRA)" <ji...@apache.org> on 2013/10/16 16:07:46 UTC

[jira] [Comment Edited] (CB-5098) Notification - API docs for Vibration feature?

    [ https://issues.apache.org/jira/browse/CB-5098?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13796803#comment-13796803 ] 

Mike Billau edited comment on CB-5098 at 10/16/13 2:06 PM:
-----------------------------------------------------------

Hi Peter, I submitted this pull request a few days ago: https://github.com/apache/cordova-docs/pull/128


was (Author: mrbillau):
Hi Peter, I submitted this pull request a few days ago: https://github.com/mbillau/cordova-docs/commit/2a851203a0da512debf95cb7218d7961cf11fc13

> Notification - API docs for Vibration feature?
> ----------------------------------------------
>
>                 Key: CB-5098
>                 URL: https://issues.apache.org/jira/browse/CB-5098
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: Android, Docs, Plugin Vibration
>    Affects Versions: 3.1.0
>            Reporter: Peter
>            Assignee: Mike Sierra
>            Priority: Minor
>
> There is something not quite right about the Android notes for Notification API
> http://cordova.apache.org/docs/en/3.1.0/cordova_notification_notification.md.html#Notification
> For example, in this part:
> {code}
> (in app/res/xml/config.xml)
> <feature name="Notification">
>     <param name="android-package" value="org.apache.cordova.Notification" />
> </feature>
> (in app/AndroidManifest.xml)
> <uses-permission android:name="android.permission.VIBRATE" />\
> {code}
> How come it does not make any mention of the feature called "Vibration" despite saying the VIBRATE permission is required?



--
This message was sent by Atlassian JIRA
(v6.1#6144)