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

Popular posts from this blog

c# - how to write client side events functions for the combobox items -

exception - Python, pyPdf OCR error: pyPdf.utils.PdfReadError: EOF marker not found -