Which necessary directory and files to be display to Android Application User? [closed]
- I want to know the Directory structure of Android.
- Which is the necessary Android directory & files to be display to Android User and which is not ?
- What if we have to show data of Android phone memory or what if data of sdcard or external memory ?
Thanks in Advance...
Android runs on Linux, the file structure is very similar
It depends what you are trying to display. Most of the information you need can be accessed through Android's API's, however.
Phone memory can be accessed through various API's, such as CallLog.Calls. External storage can be accessed as well, you can read more here.
精彩评论