Android Manifest Extensions
Vaandroid's extensions to Android's manifest file.
See manifest-intro for information on Android's App Manifest.
Namespace
The namespace vaandroid
is used.
<manifest xmlns:vaandroid="http://schemas.vanadroid.com/apk/res/vaandroid">
</manifest>
Activity Attributes
- vaandroid:category
- The launcher folder to place a launchable activity in.
- vaandroid:properties
- Custom properties for the activity.
- vaandroid:styleName
- One or more space separated styleNames to be added to the view element's class attribute.