Android Security Essentials - AND-802 Exam Practice Test
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.
Correct Answer: D
Vote an answer
A digital certificate is an electronic "passport" that allows a person, computer or organization to exchange information securely over the Internet using the public key infrastructure (PKI).The message is encrypted with the Private key, and can only be decrypted with the Public key.
Correct Answer: A
Vote an answer
Permission is the right given to an application by Android to allow access to restricted system API (Application Programming Interface) such as Camera, Bluetooth, GPS, etc...
Correct Answer: B
Vote an answer
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?


Correct Answer: D
Vote an answer
Which of the following choices is one of the different levels of permission protection? (Select four)
Correct Answer: A,C,D,E
Vote an answer