Merge "Add a cached formatted phone number to call log."

This commit is contained in:
Flavio Lerda
2011-10-04 02:24:28 -07:00
committed by Android (Google) Code Review

View File

@@ -237,6 +237,14 @@ public class CallLog {
*/
public static final String CACHED_PHOTO_ID = "photo_id";
/**
* The cached formatted phone number.
* This value is not guaranteed to be present.
* <P>Type: TEXT</P>
* @hide
*/
public static final String CACHED_FORMATTED_NUMBER = "formatted_number";
/**
* Adds a call to the call log.
*