Android Security Essentials - AND-802 模擬練習
If you are developing more than one application that is signed with the same certificate, and you want these applications to share access to each other's data and run in the same process, you need to give them the same
..................
..................
正解: B
Which of the following choices represent the flow of states of data within any app? (Select three)
正解: A,C,D
Permissions required for an application to perform its operations are called application level permissions.
Which are the types of application level permissions a developer can use? (Select two)
Which are the types of application level permissions a developer can use? (Select two)
正解: B,C
In the following image of code, what is the purpose of using MODE_PRIVATE in the method getPreferences( )?


正解: D
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.
正解: D