开发者

Where the data in sqlight stored internally

开发者 https://www.devze.com 2023-03-08 23:41 出处:网络
I was doing a android project in eclips using sqllight. Can anybody tell meWhere actually开发者_JS百科 the data in sqlight stored internally ? .You can find the path to a database on the device by usi

I was doing a android project in eclips using sqllight. Can anybody tell me Where actually开发者_JS百科 the data in sqlight stored internally ? .


You can find the path to a database on the device by using Context.getDatabasePath(String name)

In general it will be found at /data/data/<your_package_name>/databases but don't rely on that absolute path as it may change in future Android versions.

0

精彩评论

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

关注公众号