Relative Content

Tag Archive for androidandroid-room

Behaviour of Room DB in Android after play store update

I’m using a prepopulated room db in my android project with .createFromAsset(DB_FILE_PATH). Users cant change the content of the db. When app starts it creates 3 files in data/data/package_name... (.db ; .db-shm ; .db-wal) and all the db reads are done from there.