The database file for the devices with sdcard is stored on the sdcard but what happens for the devices which don't have sdcard and have only internal storage like most of the tablets. I have an external database file from which I need the data. Where should I place this file to access it? Given the device does not have an sdcard.
App's database file is usually located at "/data/data/[package name]/databases/*.db".