Android SQLite DB location
Is it possible to store my applications SQLite database in some other location that I define instead of the default /data/data//databases loca开发者_如何学Ction?
Thanks
This might be helpful. It demonstrates how to store a db in the assets folder of your app, (though all it does is copy over the db to a /data/databases database, so I'm not sure if that will help your situation.)
Could you give a little more context as to why you want to store your database elsewhere?
精彩评论