MultipleChoice
What is the result of click the Button1 in the code which is illustrated in the following image? Assuming that write_to_external_storage is the name of an activity that allows users to write to external storage.

MultipleChoice
getExternalFilesDir( ) method is used to get the directory of the external storage.
OptionsMultipleChoice
Which of the following choices is one of the different levels of permission protection? (Select four)
OptionsMultipleChoice
Which option best choices is considered Android application storage? (Select five)
OptionsMultipleChoice
If you want to configure your app to receive an intent from another app, you should open AndroidManifest.xml file in your app, and then add ........................................ including the name and category which will be used in the second app's configuration.
OptionsMultipleChoice
What is the purpose of adding the following permission tag to your app's AndroidManifest.xml file?
MultipleChoice
Assume that you have two apps signed with the same certificate and you want them to share access to each other's data. The manifest file in the first app is illustrated in the following image. It has shartedUserId =''com.sharedID.example'' .
Which of the following choices is the value of the shartedUserId in the second app?

MultipleChoice
Complete the following blank area with one of the following choices:
You can register your app with ''Android Backup Service'' at:
OptionsMultipleChoice
Android uses ''Intents'' to communicate and send data between different components which make it vulnerable to malicious attacks. Which of the following choices are component-level Permissions to protect this type of communication? (Select Four)
OptionsMultipleChoice
What is the message 'File Written to external memory' which appeared when the app user clicks 'Save' button in the following image?
