The debuggable attribute in the application section of the AndroidManifest.xml file should never be enabled in production builds.

ADD MORE/EDIT?

Make sure that the debuggable attribute is set to false in production builds.

In the example below, the debuggable attribute is set to true.

The corrected version sets the debuggable attribute to false.

  • Java SE Documentation: Compound Statements.
  • Wikipedia: Indentation style.