Manifest

Manifest


  • The components of the App
  • The permissions that the App need ()
  • The hardware and software features

The Manifest's section:

  • App components(namespace)
  • Intent filters
  • Icons and labels
  • Permissions(protected data or features) <uses-permission>, <permission>
  • Devise compatability <uses-feature>
  • File conventions(any order, application last)
  • Attrubutes(prefix android)
  • Resource value(@string/name)

Report Page