-2

I have developed an application that stores some data in an SQLite database. Now I have installed that application on my real device (not emulator) and it's working fine. Nou how to find the database in the file manager?

Dharman
  • 30,962
  • 25
  • 85
  • 135
Somnath
  • 7
  • 2

1 Answers1

0

In short unless the device is rooted you cannot as an App's data is protected.

See Security Tips

However, your issue could be solved by referring to Overview of Shared Storage

MikeT
  • 51,415
  • 16
  • 49
  • 68