Which of the following choices is considered Android application storage? (Select five)
Answer : A, B, C, D, E
getExternalFilesDir( ) method is used to get the directory of the external storage.
Answer : A
Android stores cache files in the filesystem and sandboxes along with the application. Cache files are created under directory ............................................
Answer : B
Android stores cache files in the filesystem and sandboxes along with the application. Cache files are created under directory ............................................
Answer : A
If you are developing more than one application that is signed with the same certificate, and you want these applications to share access to each other's data and run in the same process, you need to give them the same ..................
Answer : A
Which of the following choices is one of the different levels of permission protection? (Select four)
Answer : A, B, C, E
Android application developers can create custom permissions that should be labeled properly.
Answer : A