Back to project page WifiSaver.
The source code is released under:
MIT License
If you think the Android project WifiSaver 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 tma.wifisaver; /*from ww w . java2 s. c om*/ public final class Constants { private Constants(){ } public static final int REQUEST_CODE = 1015; public static final int BROADCAST_TIME = 120000; public static final String SHARED_PREF = "settings"; public static final String SHARED_HOUR = "hour"; public static final String SHARED_MINUTE = "min"; public static final String SHARED_TIMER_STATE = "timerRunning"; }