when we use the sqlLite database for our projects, the path to the .db file is /data/data/com.yourpackage.name/databases. stays the same for every Android phone. or does the .db file storage path differ on Android phones?
It does not matter. You will learn the path to the application database throughgetDatabasePath() , which will be resolved to the right place for a particular device.
getDatabasePath()
https://fooobar.com/questions/1118280/index.html