3.File Present Inside The APPlLICATION Package AndroidManifest.xml Every application must have an AndroidManifest.xml file (with precisely that name) in its root directory. The manifest file provides essential information about your app to the Android system, which the system must have before it can run any of the app's code. Among other things, the manifest file does the following: It names the Java package for the application. The package name serves as a unique identifier for the application. It describes the components of the application, which include the activities, services, broadcast receivers, and content providers that compose the application. It also names the classes that implement each of the components and publishes their capabilities, such as the Intent messages that they can handle. These declarations inform the Android system of the components and the conditions in which they can be launched. It determines the processes tha...
we update you about the technical stuff and study materials