Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 592 Bytes

App Manifest.md

File metadata and controls

28 lines (17 loc) · 592 Bytes
date updated
2021-11-02 11:14

Topic: #android Tags: #review #pn_2 Links: [[Android App Development]] Date Created: 13-10-21


Android Manifest

Android Manifest in few words

The file AndroidManifest.xml is the manifest, and it defines the [[The Structure of an Android Application]], [[Metadata]], Components and prerequisites.

Android Manifest in details

<uses-permission> is a very important anchor as it defines the permission we need for our [[Application]]

References

Direct References

  • [[ISC_L511 - Développement mobile]]

Parent References