All android project contains the Manifest file in the root directory,The manifest file which keep the essential details about the application.The Manifest file which explain the following facts:-
- It keep the application name and Image thump
- It give the information about the package of the application
- It mainly provide the components used in the Application
- And also define the permissions used in the application.
- It provide the API level of the application.
- And then manifest file provide the information about the libraries used in the application.
No comments :
Post a Comment