Skip to content

Commit 3c5cef2

Browse files
flerdaAndroid (Google) Code Review
authored andcommitted
Merge "Add a cached formatted phone number to call log."
2 parents ebccf3c + 0fce15b commit 3c5cef2

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

core/java/android/provider/CallLog.java

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -237,6 +237,14 @@ public static class Calls implements BaseColumns {
237237
*/
238238
public static final String CACHED_PHOTO_ID = "photo_id";
239239

240+
/**
241+
* The cached formatted phone number.
242+
* This value is not guaranteed to be present.
243+
* <P>Type: TEXT</P>
244+
* @hide
245+
*/
246+
public static final String CACHED_FORMATTED_NUMBER = "formatted_number";
247+
240248
/**
241249
* Adds a call to the call log.
242250
*

0 commit comments

Comments
 (0)