http://developer.android.com/intl/en/reference/android/database/sqlite/SQLiteDatabase.html#openOrCreateDatabase(java.io.File, android.database.sqlite.SQLiteDatabase.CursorFactory)
On Nov 13, 11:00 am, Nathan <[email protected]> wrote: > It seems there is a hard restriction on where SQLite databases > reside. > > All databases must be in /data/data/<package_name>/databases, > according to the spec. Specifically, they can't be on a storage card. > > This seems ok if the database is a small one that begins and ends with > an adroid app. But for a 1 gig multimedia database that is transferred > from somewhere else, that is limiting. > > If this restriction is firm: > > 1. Is this location user accessible? IE can an end user with an > unlocked phone copy files into there from their desktop computer or > storage card. > 2. How much storage space is likely to be available in that location?. > On the 16G droid, for example, how. much of that 16G is accessible? > > Thanks -- 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

