Back to project page hts-cycle.
The source code is released under:
GNU General Public License
If you think the Android project hts-cycle 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 it.uniroma2.wifionoff; /*from w ww . ja v a 2s .c o m*/ public class Setting { protected static final String SEARCH = "startsearchin"; public static String TIMEOUT_OCCURRED="end"; public static String DONE="ok"; public static String START="start"; public static String ON="turnon"; public static String GETMESSAGE="messageget"; }