database - Locating the SQLite DB file on Android -
i working on android application. have implemented sqlite. whenever run app on emulator can check db file under data folder , can check values inserted it.
but when run app on real device can not find db file situated. have set permissions in manifest
uses-permission android:name="android.permission.internet"
please me find db file when run app on real device.
thanks
the database in same location on emulator. data map not visible on phone. work emulator test databases.
Comments
Post a Comment