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 www .ja v a2s. com*/ import de.lukeslog.alarmclock.R; import de.lukeslog.alarmclock.ui.NewSettingsFragment; /** * Created by lukas on 03.06.14. */ public class Settings { public static final String EMAIL_USER = "pref_email_login"; public static final String EMAIL_PSW = "pref_email_pasword"; public static final String EMAIL_SMTPSERVER ="pref_email_server"; public static final String EMAIL_SMTPSERVER_PORT ="pref_email_server_port"; public static final String LASTFM_USER = "pref_lastfm_login"; public static final String LASTFM_PSW = "pref_lastfm_pasword"; }