Back to project page UK-Weather-repo.
The source code is released under:
Apache License
If you think the Android project UK-Weather-repo 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.haringeymobile.ukweather.utils; public class GlobalConstants { public static final boolean IS_BUILD_VERSION_AT_LEAST_HONEYCOMB_11 = android.os.Build.VERSION.SDK_INT >= android.os.Build.VERSION_CODES.HONEYCOMB; public static final boolean IS_BUILD_VERSION_AT_LEAST_KITKAT_19 = android.os.Build.VERSION.SDK_INT >= android.os.Build.VERSION_CODES.KITKAT; }