Where is located an app SQLite database created by Room library on a device?
Context: I have an app which create and use a Room database. To debug the database I would like to open it in a SQLite viewer app but I don't know where the database is located on a testing device.



