I have saved a database using openOrCreateDatabase in Sqlite at Android Studio. I know that it's saved in the root folder of the Android device (specifically data/data) but I can't see the raw database file.
I tried adb shell command and the Android Device Manager in Studio but I can't see it.
Is there a way to change a database's path or access the database in the data/data without rooting my phone?