aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/com/cyanogenmod/lockclock/weather/Utils.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/cyanogenmod/lockclock/weather/Utils.java b/src/com/cyanogenmod/lockclock/weather/Utils.java
index 6c95867..602fdd9 100644
--- a/src/com/cyanogenmod/lockclock/weather/Utils.java
+++ b/src/com/cyanogenmod/lockclock/weather/Utils.java
@@ -191,7 +191,7 @@ public final class Utils {
public static boolean isWeatherServiceAvailable(Context context) {
if (!weatherServiceFeatureCached) {
weatherServiceAvailable = context.getPackageManager()
- .hasSystemFeature(CMContextConstants.CM_WEATHER_SERVICE);
+ .hasSystemFeature(CMContextConstants.Features.WEATHER_SERVICES);
weatherServiceFeatureCached = true;
}
return weatherServiceAvailable;