最新的Android Security Essentials - AND-802免費考試真題
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)
正確答案: A,B,D,E
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.
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.
正確答案: A
The following image includes a code of permission group. Where this code will be written in the Android app?


正確答案: C
Your app receives location updates from NETWORK_PROVIDER or from GPS_PROVIDER. If your app receives location information from either of these location provider sources, you need to declare that the app uses these hardware features in your app manifest. Which of the following tags gives the location information to your app?
正確答案: C
Releasing updates of an application into Google Play requires signing it with the same certificate, or else all the previous users will not be notified of the update and eventually are lost.
正確答案: B