AND-402 Android Security Essentials

Loading demo links...

Showing 7–9 of 10 questions

Question 7

Signature Permissions are granted automatically if and only if?

Select an option, then click Submit answer.

  • Requesting application were signed with same certificate as application which declared the permission.

  • Requesting application were signed with same certificate as Android device version number.

  • Requesting application were signed with same certificate as Android system image.

  • None are correct.

Question 8

Which of the following is NOT true about “auto” value given to the installLocation attribute in the tag?

Select an option, then click Submit answer.

  • By default, when an application is installed for the first time, a memory error is given in case the space is not available in the internal memory.

  • The application is installed on internal memory by default if space is available

  • In case of unavailability of space in internal memory the application is installed on external memory

  • Once installed, the application can be moved from internal to external memory and vice versa.

Question 9

For the preference class to collect settings from UI, which of the following is required?

Select an option, then click Submit answer.

  • Preference class should extend Activity class

  • Preference class should extend PreferenceActivity

  • Preference class should extend SharedPreferenceActivity

  • Preference class should extend View class