최신Android Security Essentials - AND-802무료샘플문제
문제1
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?

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?

정답: C
문제2
Complete the following blank area with one of the following choices:
You can register your app with "Android Backup Service" at:
https://developer.android.com/google/backup/signup.html and get "Android Backup Service key" for your application. This key will be added to ...................... tag with its attributes to add them to the manifest file in the next step.
Complete the following blank area with one of the following choices:
You can register your app with "Android Backup Service" at:
https://developer.android.com/google/backup/signup.html and get "Android Backup Service key" for your application. This key will be added to ...................... tag with its attributes to add them to the manifest file in the next step.
정답: B
문제3
What is the message "File Written to external memory" which appeared when the app user clicks "Save" button in the following image?

What is the message "File Written to external memory" which appeared when the app user clicks "Save" button in the following image?

정답: B
문제4
A manifest file (AndroidManifest.xml) describes the components of the application, which include the activities, services, broadcast receivers, and content providers that compose the application.
A manifest file (AndroidManifest.xml) describes the components of the application, which include the activities, services, broadcast receivers, and content providers that compose the application.
정답: A
문제5
Android application developers can create custom permissions that should be labeled properly.
Android application developers can create custom permissions that should be labeled properly.
정답: A