Is there a way to get photos from my Android contact list in full resolution?
I tried the loadContactPhoto method, but it returns a 50x50px image. I tried to request Content.Photos contentprovider and convert the Photos.DATA frame to a bitmap, but it returns a 96x96px image.
I use SDK1.5 because I want my application to support 1.5 devices
source
share