You'll have to write your own SQliteOpenHelper-type class for that, as the built-in implementation always calls context.getDatabasePath.

If you are not using SQliteOpenHeper, just call SQLiteDatabase.openOrCreateDatabase() with a path of your choice.

-- Kostya

29.12.2010 20:10, Nikola пишет:
Hi,

I would like to store sqlite databse on sdcard.

Is is possible to "tell" system somehow to put it on sdcard?

Thanks.

--
God is Real, unless declared Integer.
J. Allan Toogood, FORTRAN programmer
--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


--
Kostya Vasilyev -- WiFi Manager + pretty widget -- http://kmansoft.wordpress.com

--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to