Android application developers can create custom permissions that should be labeled properly.
Answer : A
Android stores cache files in the filesystem and sandboxes along with the application. Cache files are created under directory ............................................
Answer : A
Which of the following choices is one of the different levels of permission protection? (Select four)
Answer : A, B, C, E
In the following image of code, what is the purpose of using MODE_PRIVATE in the method getPreferences( )?
Answer : A
Which of the following choices is considered Android application storage? (Select five)
Answer : A, B, C, D, E
If your database contains sensitive information, it is recommended not to store it on external storage. If you want to share the database with other applications, then you have to use a .................................................... to protect your app's data.
Answer : B
By default, all Android applications have no permission to access any protected resource that would have adverse effects on the system or on other applications.
Answer : A