Merge "Add a cached formatted phone number to call log."
This commit is contained in:
@@ -237,6 +237,14 @@ public class CallLog {
|
|||||||
*/
|
*/
|
||||||
public static final String CACHED_PHOTO_ID = "photo_id";
|
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.
|
* Adds a call to the call log.
|
||||||
*
|
*
|
||||||
|
|||||||
Reference in New Issue
Block a user