Exam AND-401 All QuestionsBrowse all questions from this exam
Question 54

Which of the following is correct about file access in the Android system?

    Correct Answer: A

    Generally, files are handled as dedicated resources per each application. This means that by default, files created by an application are private to that application and cannot be accessed by other applications. However, applications can explicitly share files with other applications using permissions or by writing data to shared storage accessible to all apps.

Discussion
MmadiOption: A

A. Generally, files are handled as dedicated resources per each application.