A simple question, relating to the default \'home\' directory when an app writes to the internal memory. By default, any files created are placed by the OS (2.2) in:
You can try Context.getApplicationInfo().dataDir if you want the package's persistent data folder.
Context.getApplicationInfo().dataDir
getFilesDir() returns a subroot of this.
getFilesDir()