1

I have a user requirement to backup memo and Task. I don't have any idea about where is the location actually stored these things in android phone. Is there any default uri/path is reserved for this?

Can anyone clarify these things in little bit clear.

thank you

agiles
  • 1,711
  • 3
  • 17
  • 18

1 Answers1

0

You're question is somewhat unclear. If you could elaborate any it would help out a lot.

In the meantime check out this page for a good overview of all of the various options you have for storing data in a persistent manner.

FoamyGuy
  • 46,603
  • 18
  • 125
  • 156
  • I mean if we need to read Contacts from phone we parse a URI as ContactsContract.Contacts.CONTENT_URI. So such a way i ask how to access memo and task in android phone – agiles Jan 08 '12 at 03:51
  • there is Notes gadget is available in android phone. so where is actually stored. I think this is the think need to backup for memo. – agiles Jan 09 '12 at 04:23