+1 vote
in Android by
What is An android manifest file?

1 Answer

0 votes
by

Every application must have an AndroidManifest.xml file (with precisely that name) in its root directory. The manifest file presents essential information about your app to the Android system, information the system must have before it can run any of the app's code.

Related questions

0 votes
asked Mar 29, 2023 in Android by Robin
+1 vote
asked Jan 14, 2021 in Android by RShastri
...