Where is email stored on an Android device? [closed]
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 9 years ago.
Improve this 开发者_如何学GoquestionIn an Android device: Where is Email stored ? Please can anybody tell me?
Thanx in Advance
There are many, many email applications for Android. Each stores email in its own way. The "standard" email applications (Email and Gmail) do not support third parties manipulating stored emails.
Uri.parse("content://gmail-ls/conversations/gmail-account/conversation-id/messages")
精彩评论