Is it possible using Android Studio to view the file system of the device on which I am debugging my application?

For debugging purposes, the database service folders of my application are interested, etc.

0