Back to project page simpleplayer.
The source code is released under:
GNU General Public License
If you think the Android project simpleplayer 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.sergez.splayer.util; /*ww w . j av a 2 s . c om*/ /** * @author Sergii Zhuk * Date: 15.03.14 * Time: 21:32 */ public final class Constants { private Constants(){ } public final static long INTERVAL_DAYS_SHOW_DONATE = 86400000L * 10; public final static String ROOT_PATH = "/"; public final static String SERVICE_RESPONSE_FALSE = "false"; public final static String DONATION_PUBLIC_KEY = "";//HIDDEN }