From c9b305107db325df49709622fc3d3e2b52045076 Mon Sep 17 00:00:00 2001 From: Javier Rengel Date: Sun, 13 Sep 2015 12:36:18 +0100 Subject: [PATCH] Parser link --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 788feaa..517e4a2 100644 --- a/README.md +++ b/README.md @@ -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.