Phonegap Android AlarmManager plugin?

Is there a PhoneGap plugin for interacting with android AlarmManager api?

+3
source share
1 answer

Are you looking for this? https://github.com/katzer/cordova-plugin-local-notifications

You can schedule local notifications using the above plugin

+1
source

All Articles