How do i access the data files belongs to a application in Android? -
How do I do this? Using the Getpath () method I can get the path of the database. While appreciating the use of Terminal Emulator, I can see the database file in which the files I have executed are saved in the emulator memory. How can I access that file from the Android application? is. Please help me / P>
You can get getContext (). OpenFileInput () to get the files created by / for the current application. These files are in /data/data/com.you.application/ and for safety purposes, the app has a UID / GID
Comments
Post a Comment