Back to project page radioExpresWidget.
The source code is released under:
GNU General Public License
If you think the Android project radioExpresWidget 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 com.hustaty.radioexpres.widget.util; /* www . ja v a2s .c om*/ /** * User: hustasl * Date: 10/25/13 * Time: 11:59 AM */ public class Constants { public static final String POWERMANAGER_PARTIAL_WAKE_LOCK_ID = "HustatyRadioExpres"; public static final String LOGGER_FILENAMEPART = "hustatyradioexpreswidget"; }