My application records some data from a sensor of my phone, and it store the data to a file in the application's directory.
I run my application under the debug mode. And I was trying to find the application's folder and open the file with the saved data. However, I was not able to even find the app's folder.In the log information, it said the app's location is
" '/data/app/myAppPackage.apk' (success) ---"
but I can not find it anywhere by browsing the phone's disk.
Any hints?
thx in advance