AND-402 Android Security Essentials

Loading demo links...

Showing 4–6 of 10 questions

Question 4

Which of the following is true about “uiOptions” attribute of the ? (Choose two)

Select all that apply, then click Submit answer.

  • Its default value is “none”.

  • “splitActionBarWhenNarrow” is a valid value for this attribute.

  • “hideActionBarWhenNarrow” is a valid value for this attribute.

  • It disables any other UI options in the layout resource files.

Question 5

Which of the following are helper classes provided by Android to backup data to Google server? (Choose two)

Select all that apply, then click Submit answer.

  • FileBackupHelper

  • DatabaseBackupHelper

  • SharedPreferencesBackupHelper

  • MapBackupHelper

Question 6

What is the visibility or accessibility level of the preference file created by application?

Select an option, then click Submit answer.

  • By default it is private to the application that created it.

  • By default it is available for all applications on the same device.

  • It can be shared with other applications on same device

  • Both "By default it is private to the application that created it" and "It can be shared with other applications on same device" are correct.