I\'m using the StatusBarNotification plugin (Android) for Phonegap to fire a notification. Now I want to to this at a specific time, and from what I\'ve read I have to use A
You will probably have to write a PhoneGap plugin that can do the AlarmManager stuff.
Here are some examples of BroadcastReceivers in plugins:
https://github.com/callback/callback-android/blob/master/framework/src/com/phonegap/NetworkManager.java
https://github.com/phonegap/phonegap-plugins/blob/master/Android/PhoneListener/PhoneListener.java
You should use LocalNotification.js to set alert for specific date and time. Because I had used it and it works fine.