Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
3.1.0
-
None
-
None
Description
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:
(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" />\
How come it does not make any mention of the feature called "Vibration" despite saying the VIBRATE permission is required?
Attachments
Issue Links
- duplicates
-
CB-5005 Feature and Permissions docs wrong for Android plugins
- Closed