Summer Special Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: exc65

Which of the following permissions is required to request auth tokens from Account Manager?

A.

android.permission.GET_ACCOUNTS

B.

android.permission.USE_CREDENTIALS

C.

android.permission.GET_AUTH_TOKEN

D.

All are correct

Android permissions can be extended by

A.

Using keyword “extends”.

B.

Creating custom permissions in manifest file.

C.

Permissions cannot be extended.

D.

None are correct.

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

A.

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

B.

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

C.

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

D.

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

Permissions can be added inside

A.

AndroidManifest.xml.

B.

Layout.xml file

C.

Res folder

D.

Bin folder

What are the options that Android offers to store a text file

A.

File can be stored on external memory.

B.

File can be stored inside the internal memory of application.

C.

File can be stored in cache folder that lies in internal memory of application.

D.

All are correct

Which of the following throws exception GooglePlayServicesAvailabilityException? (Choose two)

A.

GooglePlayServices.apk is old

B.

GooglePlayServices.apk is unavailable.

C.

Android OS is not updated to the latest version.

D.

Android device cannot communicate with Google Play services.

Which of the following classes is used to find out the DRM plug-in available in a device?

A.

DrmManagerClient

B.

DrmServer

C.

DrmConstraints

D.

DrmRights

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

A.

Preference class should extend Activity class

B.

Preference class should extend PreferenceActivity

C.

Preference class should extend SharedPreferenceActivity

D.

Preference class should extend View class

Which of the below statement is true about Broadcast

1. Broadcast receiver decides which broadcast it will receive

2. Broadcast will decide which receiver can receive its broadcast

A.

Only 1 is true

B.

Only 2 is true

C.

Both 1 & 2 are true

D.

None are correct

Permission group is a concept of creating:

A.

A group of similar permission

B.

A group of all permissions in an Application

C.

A group of all components in an Application

D.

A group of all permissions irrespective of application