Back to project page Flippy-Radio.
The source code is released under:
Apache License
If you think the Android project Flippy-Radio 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.bitflippersanonymous.flippy.util; /*from w w w .j av a 2 s . c o m*/ public class Util { public static final String PACKAGE = "com.unklegeorge.flippy"; public static final String APP_PREFERENCES = "App_Prefs"; public static final String PREFERENCES_LOCATION = "Pref_Location"; public static final String PREFERENCES_TOGGLE = "Pref_Toggle"; public static final String TAG = "FlippyRadio"; public static final String NEWLINE = System.getProperty("line.separator"); public static final String SPACE = " "; // PLS file public static final String FILE = "File"; public static final String TITLE = "Title"; // XML file public static final String EXTRA_MESSENGER = "MESSENGER"; public static final int ABOUT_DIALOG = 0; }