Weekend Sale Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: xmas50

Android AND-802 - Android Security Essentials

Page: 2 / 2
Total 45 questions

What is the message "File Written to external memory" which appeared when the app user clicks "Save" button in the following image?

A.

It is tag added to Manifestfile.xml.

B.

This message must appear when the user clicks back button.

C.

It is auto message which appears when users use external storage.

D.

It is just a Toast message.

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.

Activity

B.

Service

C.

Content Provider

D.

Broadcast Receiver

E.

Widgets

If your database contains sensitive information, it is recommended not to store it on external storage. If you want to share the database with other applications, then you have to use a ……………………………………………. to protect your app’s data.

A.

Separate Storage

B.

Content Provider

C.

Shared Folder

D.

Internal Storage