diff options
author | Makoto Onuki <omakoto@google.com> | 2015-03-09 13:57:02 -0700 |
---|---|---|
committer | Makoto Onuki <omakoto@google.com> | 2015-03-09 13:57:02 -0700 |
commit | edb8450b567cd7ae9f13255960b46f155865b163 (patch) | |
tree | b96d8ffaf734ed53cf9cdf148078e8bef9d40a25 /api | |
parent | 3c36b8e9569292b7da9a916b148a21dd6c273dc9 (diff) | |
download | frameworks_base-edb8450b567cd7ae9f13255960b46f155865b163.zip frameworks_base-edb8450b567cd7ae9f13255960b46f155865b163.tar.gz frameworks_base-edb8450b567cd7ae9f13255960b46f155865b163.tar.bz2 |
Cache photo URI too in calllog (contract)
Enterprise phone lookup returns special photo URLs for corp contacts, which
can't be obtained just with contact IDs. So we need to cache the URIs too and
otherwise pictures sometimes don't show up.
Bug 19546108
Change-Id: Iffd5ed16527a143ea55e40e42667e7d0c16d814a
Diffstat (limited to 'api')
-rw-r--r-- | api/current.txt | 1 | ||||
-rw-r--r-- | api/system-current.txt | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/api/current.txt b/api/current.txt index b22dd1c..cdbf2ef1 100644 --- a/api/current.txt +++ b/api/current.txt @@ -24060,6 +24060,7 @@ package android.provider { field public static final java.lang.String CACHED_NUMBER_LABEL = "numberlabel"; field public static final java.lang.String CACHED_NUMBER_TYPE = "numbertype"; field public static final java.lang.String CACHED_PHOTO_ID = "photo_id"; + field public static final java.lang.String CACHED_PHOTO_URI = "photo_uri"; field public static final android.net.Uri CONTENT_FILTER_URI; field public static final java.lang.String CONTENT_ITEM_TYPE = "vnd.android.cursor.item/calls"; field public static final java.lang.String CONTENT_TYPE = "vnd.android.cursor.dir/calls"; diff --git a/api/system-current.txt b/api/system-current.txt index 2b8ce98..d080a63 100644 --- a/api/system-current.txt +++ b/api/system-current.txt @@ -25660,6 +25660,7 @@ package android.provider { field public static final java.lang.String CACHED_NUMBER_LABEL = "numberlabel"; field public static final java.lang.String CACHED_NUMBER_TYPE = "numbertype"; field public static final java.lang.String CACHED_PHOTO_ID = "photo_id"; + field public static final java.lang.String CACHED_PHOTO_URI = "photo_uri"; field public static final android.net.Uri CONTENT_FILTER_URI; field public static final java.lang.String CONTENT_ITEM_TYPE = "vnd.android.cursor.item/calls"; field public static final java.lang.String CONTENT_TYPE = "vnd.android.cursor.dir/calls"; |