I am trying to access an email attachment, what is the best approach? I have tried using a content provider like "content:// com.android.email.attachmentprovider", but i get a security exception. When i add a permissions like
<uses-permission android:name="com.android.email.permission.READ_ATTACHMENT"></uses- permission> I still get the security exception. Is there some other uses-permissions that i need to use? Or is there another better way to access an email or email attachments? Do I need to write my own email client? If so, then where do i start to do this? thx for any help Joe C
-- 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

