What is the purpose of adding the following permission tag to your app's AndroidManifest.xml file?
Answer : A
What is the message "File Written to external memory" which appeared when the app user clicks "Save" button in the following image?
Answer : D
Which of the following choices was added to AndroidManifest.xml to produce the following dialog below when the app tries to save data to external storage?
Answer : E
Android SQLite database files are stored under the........................................ directory.
Answer : C
Android cache is Not considered as an Android application storage.
Answer : A
You must use permissions to prevent unauthorized access to your application data.
Answer : B
The tag of a manifest file is a declaration for the whole application and each application component is declared in a sub-tag inside it.
Answer : A