Back to project page AmbientAlarmClock.
The source code is released under:
<p align="center"><a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/4.0/"> <img alt="Creative Commons License" style="border-width:0" src="http://i.creativecommons.org/l/by-nc-sa/4.0...
If you think the Android project AmbientAlarmClock 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 de.lukeslog.alarmclock.support; /*from w w w .jav a 2s . com*/ public class AlarmClockConstants { public static final String PREFS_NAME = "AmbientAlarmClock"; public static final String TAG = "clock"; public static final int TICK = 26743; public static final int LOCKTIME = 5400; //File Management public static final String BASE_FOLDER = "AmbientAlarmClock"; public static final String LAST_CHANGE_DATE = "lastchangeddate"; }