AND-401 Exam QuestionsBrowse all questions from this exam

AND-401 Exam - Question 54


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

Show Answer
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

1 comment
Sign in to comment
MmadiOption: A
Dec 31, 2022

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