Elements of Android Manifest File
by Sasikumar[ Edit ] 2014-03-06 10:04:35
Elements of Android Manifest File:
Following are the list of elements that can be used in a manifest file. We cannot use other or own elements in the manifest file.
<action>
<activity>
<activity-alias>
<application>
<category>
<data>
<grant-uri-permission>
<instrumentation>
<intent-filter>
<manifest>
<meta-data>
<permission>
<permission-group>
<permission-tree>
<provider>
<receiver>
<service>
<supports-screens>
<uses-configuration>
<uses-feature>
<uses-library>
<uses-permission>
<uses-sdk>
The elements can be added based on the requirements and needs. Its not necessary that we had to add all the elements in the manifest file.