Worklight 6.1 application demonstrating how to integrate Local Notifications in Android using Cordova.
Local-Notifications-in-Android is hosted in the following web site
https://github.com/IdanAdar/Local-Notifications-in-Android
If you think the Android project Local-Notifications-in-Android listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The following table is the detailed list of Local-Notifications-in-Android.
Item | Value |
---|---|
Java File Count | 5 |
Minimum SDK Version | 19 |
Activity Count | 3 |
jar files used | android-support-v4.jar |
Required Permissions | android.permission.ACCESS_NETWORK_STATE android.permission.ACCESS_WIFI_STATE android.permission.GET_ACCOUNTS android.permission.INTERNET android.permission.RECEIVE_BOOT_COMPLETED android.permission.USE_CREDENTIALS android.permission.WAKE_LOCK android.permission.WRITE_EXTERNAL_STORAGE com.NotificationsApp.permission.C2D_MESSAGE com.google.android.c2dm.permission.RECEIVE |
Local-Notifications-in-Android has the following Java source files.
com.NotificationsApp.LocalNotification.java com.NotificationsApp.Options.java com.NotificationsApp.Receiver.java com.NotificationsApp.ReceiverActivity.java com.NotificationsApp.Restore.java