开发者

Android SQLite DB location

开发者 https://www.devze.com 2023-03-18 20:22 出处:网络
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?

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?

0

精彩评论

暂无评论...
验证码 换一张
取 消