AND-403 Monetize Android Applications

Loading demo links...

Showing 7–9 of 10 questions

Question 7

Which one of these methods makes the ADT emulator a testing device? Note that “request” is an instance of class AdRequest.

Select an option, then click Submit answer.

  • request.addTestDevice(AdRequest.TEST_DEVICE);

  • request.addDevice(AdRequest.TEST_EMULATOR);

  • request.addTestDevice(AdRequest.TEST_EMULATOR);

  • request.makeTestRequest();

Question 8

Which two permissions are required in your application to use Google Analytics service?

Select an option, then click Submit answer.

  • Option A

  • Option B

  • Option C

  • Option D

Question 9

What is License Verification Library (LVL)?

Select an option, then click Submit answer.

  • A library that verifies the validity of Android SDK licenses

  • A collection of helper classes that simplify adding licensing to your application.

  • A library that verifies the validity of the device purchase.

  • A library that provides information about Android devices hardware info.