diff --git a/core/java/android/provider/CallLog.java b/core/java/android/provider/CallLog.java index b8ef7be2e1ef3..9c6f5c9ac616c 100644 --- a/core/java/android/provider/CallLog.java +++ b/core/java/android/provider/CallLog.java @@ -192,6 +192,15 @@ public class CallLog { */ public static final String IS_READ = "is_read"; + /** + * A geocoded location for the number associated with this call. + *
+ * The string represents a city, state, or country associated with the number. + *
Type: TEXT
+ * @hide + */ + public static final String GEOCODED_LOCATION = "geocoded_location"; + /** * Adds a call to the call log. *