Peter created CB-5098: ------------------------- Summary: 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 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)