I'm trying to obtain user personal data written in his 'Me' contact. So I have found that I need READ_PROFILE permission, but when I tried to use ContentResolver.query(), I got an exception. So I need READ_CONTACTS too to make it works. Is there a way to do it without this permission, I feel like users will not understand why my app need a full access to their contacts ?
Thanks -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

