• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps Can I create SQlite Database at user defined path?

Hi All,
I want to create a database under memory card or in other place not in the default place i.e(/dada/dada/my package name/databases/).

Is it possible?If possible then how ?

Please guide me...


Thanks & Regards,
Ajit
 
Have you tried SQLiteDatabase.openOrCreateDatabase(String path, SQLiteDatabase.CursorFactory factory)?
 
Back
Top Bottom