Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: under construction

(THIS CODING RULE OR GUIDELINE IS UNDER CONSTRUCTION)

In Android apps, if  the export value of a component is explicitly marked false in the app's manifest file, the component is made private. Any application can access components that are not explicitly assigned an access permission. 

Noncompliant Code Example

...