Parser link

This commit is contained in:
Javier Rengel 2015-09-13 12:36:18 +01:00
parent 29f9e8ddab
commit c9b305107d
1 changed files with 3 additions and 1 deletions

View File

@ -69,4 +69,6 @@ The notification response received by Javascript is a simplified object from the
[StatusBarNotification class](https://developer.android.com/reference/android/service/notification/StatusBarNotification.html)
in Android.
Feel free to update the [notification parser](#TODO) inside this plugin if needed.
Feel free to update the
[notification parser](https://github.com/coconauts/NotificationListener-cordova/blob/master/src/android/NotificationCommands.java#L80)
inside this plugin if needed.