After clicking on it, you will see a window. If you have successfully found the option then you can click on it. If you are working with the Real Device, you can connect it with the development machine or if you are using emulator then you are ready for the next point. So here are the steps to see the SQLite database of the app installed in a particular device.
If we talk about the database that we make in runtime then we can understand that but most people get confused in the second case when we use the pre-populated database.
There are lots of confusion in people related to How to see the SQLite database? While developing the application either we provide the pre-populated database or make the database at runtime but in both cases, we can not see the database of the device directly.
This post has the steps to see the data stored in the SQLite database in the device.