Back to project page generalsbuzz.
The source code is released under:
MIT License
If you think the Android project generalsbuzz listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
package me.kworden.wlcalendar2.util; public class BROADCAST { public static final String CHECK_LOCAL_DATA = "me.kworden.wlcalendar2.CHECK_LOCAL_DATA", PARSE_DATA = "me.kworden.wlcalendar2.PARSE_DATA", UPDATE_EVENTS = "me.kworden.wlcalendar2.UPDATE_EVENTS", SET_DAY = "me.kworden.wlcalendar2.SET_DAY"; }