Back to project page BatteryFu.
The source code is released under:
GNU General Public License
If you think the Android project BatteryFu 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.tobykurien.android; public class UtilsDebug { public static final boolean ON = true; //BuildConfig.DEBUG; public static final boolean GEO = ON && false; public static final boolean NET = ON && false; }