On Sep 7, 3:30 am, Mark Murphy <[email protected]> wrote: > Now, the database path location may change in future Android releases, > and I am not aware of a place in the API to get the path to a database > in a more official fashion.
You can use the Context.getDatabasePath() method: http://developer.android.com/reference/android/content/Context.html#getDatabasePath(java.lang.String) --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

