Android Email Uri
what is the Android Email content uri. form the Email Client source code i get the following Uri content://com.android.email.provider/body content://com.android.email.provider/mes
Solution 1:
anyone know how i can access email contents?
The Email program is not part of the SDK. It can be replaced on Android devices. The content providers can change in future versions of Android. The user might not be using that email program in the first place, using Gmail, K-9, or another third party application.
There is a useful discussion of all the reasons preventing email from being accessed via the OS: http://comments.gmane.org/gmane.comp.handhelds.android.devel/137111
Solution 2:
mail is not the part of sdk so it can not be accessed directly so it should be rooted first and then your apk shuold be installed in system/app folder. after all you can fetch email information.
Post a Comment for "Android Email Uri"