Back to project page T-CEP-Alert.
The source code is released under:
MIT License
If you think the Android project T-CEP-Alert 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 org.ruscoe.tcepalert.constants; /*ww w . j av a2 s. c o m*/ /** * Constants commonly used in the application. * * @author Dan Ruscoe */ public class Constants { public static final String APP_LOG_NAME = "T-CEP Alert"; public static final String LATEST_ALERTS_URL = "http://t-cep.ruscoe.org/get_alerts.php"; public static final String ALERT_UPDATE_CHECK_URL = "http://t-cep.ruscoe.org/get_latest_alert_minimal.php"; }