diff options
author | Daniel Lehmann <lehmannd@google.com> | 2011-07-14 22:16:21 -0700 |
---|---|---|
committer | Daniel Lehmann <lehmannd@google.com> | 2011-07-14 22:16:21 -0700 |
commit | f5d4652e028c5a8ec3d151521e63c9c9191e9149 (patch) | |
tree | d10497ead8540f091654da2b7c3e9ed9622cdcb1 /api | |
parent | 8cfe3d2d957d72e61222c1d51a44d1403aa73239 (diff) | |
download | frameworks_base-f5d4652e028c5a8ec3d151521e63c9c9191e9149.zip frameworks_base-f5d4652e028c5a8ec3d151521e63c9c9191e9149.tar.gz frameworks_base-f5d4652e028c5a8ec3d151521e63c9c9191e9149.tar.bz2 |
Use higher resolution in in-call UI if available.
In the process, I created a second overload to the function that returns
the photo to allow returning either the high-res or the thumbnail version
Bug:5033899
Change-Id: I7be257eb54b296445e20561d318a70c382d6ade9
Diffstat (limited to 'api')
-rw-r--r-- | api/current.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/api/current.txt b/api/current.txt index 6ded422..52ed750 100644 --- a/api/current.txt +++ b/api/current.txt @@ -15862,6 +15862,7 @@ package android.provider { method public static android.net.Uri getLookupUri(long, java.lang.String); method public static android.net.Uri lookupContact(android.content.ContentResolver, android.net.Uri); method public static void markAsContacted(android.content.ContentResolver, long); + method public static java.io.InputStream openContactPhotoInputStream(android.content.ContentResolver, android.net.Uri, boolean); method public static java.io.InputStream openContactPhotoInputStream(android.content.ContentResolver, android.net.Uri); field public static final android.net.Uri CONTENT_FILTER_URI; field public static final android.net.Uri CONTENT_GROUP_URI; |