Articles → ANDROID → Androidmanifest File In Android
Androidmanifest File In Android
Purpose
- Names of Java packages.
- What are the different activities in the project?
- Permissions required by other applications to interact with android application.
- Libraries linked to the application.
Path
Click to Enlarge
Setting The Entry Point Of The Application
Click to Enlarge