aboutsummaryrefslogtreecommitdiffstats
path: root/api
diff options
context:
space:
mode:
Diffstat (limited to 'api')
-rw-r--r--api/cm_current.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/api/cm_current.txt b/api/cm_current.txt
index 4242d32..b0e7678 100644
--- a/api/cm_current.txt
+++ b/api/cm_current.txt
@@ -1335,9 +1335,9 @@ package cyanogenmod.weather {
method public cyanogenmod.weather.WeatherLocation getWeatherLocation();
method public void writeToParcel(android.os.Parcel, int);
field public static final android.os.Parcelable.Creator<cyanogenmod.weather.RequestInfo> CREATOR;
- field public static final int TYPE_GEO_LOCATION_REQ = 1; // 0x1
field public static final int TYPE_LOOKUP_CITY_NAME_REQ = 3; // 0x3
- field public static final int TYPE_WEATHER_LOCATION_REQ = 2; // 0x2
+ field public static final int TYPE_WEATHER_BY_GEO_LOCATION_REQ = 1; // 0x1
+ field public static final int TYPE_WEATHER_BY_WEATHER_LOCATION_REQ = 2; // 0x2
}
public final class WeatherInfo implements android.os.Parcelable {