nerdexam
Android

OA0-002 · Question #93

Which of these is the incorrect explanation of the androiddebuggable attribute of the AndroidManifest.xm <application> tag?

The correct answer is B. It is necessary to set this to "true" in order to use Eclipse's breakpoint function. See the full explanation below for the reasoning.

Question

Which of these is the incorrect explanation of the androiddebuggable attribute of the AndroidManifest.xm <application> tag?

Options

  • AIf not set, it will be handled as "false".
  • BIt is necessary to set this to "true" in order to use Eclipse's breakpoint function.
  • CThe android:debuggable setup value can be read by an application.
  • DWhen releasing the application, deleting android:debuggable is recommended.

How the community answered

(35 responses)
  • A
    6% (2)
  • B
    74% (26)
  • C
    14% (5)
  • D
    6% (2)

Community Discussion

No community discussion yet for this question.

Full OA0-002 Practice