| Class | Description |
|---|---|
| Action |
attributes:
android:name
|
| Activity |
attributes:
android:allowTaskReparenting=["true" | "false"]
android:alwaysRetainTaskState=["true" | "false"]
android:clearTaskOnLaunch=["true" | "false"]
android:configChanges=["mcc", "mnc", "locale",
"touchscreen", "keyboard", "keyboardHidden",
"navigation", "screenLayout", "fontScale", "uiMode",
"orientation", "screenSize", "smallestScreenSize"]
android:enabled=["true" | "false"]
android:excludeFromRecents=["true" | "false"]
android:exported=["true" | "false"]
android:finishOnTaskLaunch=["true" | "false"]
android:hardwareAccelerated=["true" | "false"]
android:icon="drawable resource"
android:label="string resource"
android:launchMode=["multiple" | "singleTop" |
"singleTask" | "singleInstance"]
android:multiprocess=["true" | "false"]
android:name="string"
android:noHistory=["true" | "false"]
android:permission="string"
android:process="string"
android:screenOrientation=["unspecified" | "user" | "behind" |
"landscape" | "portrait" |
"reverseLandscape" | "reversePortrait" |
"sensorLandscape" | "sensorPortrait" |
"sensor" | "fullSensor" | "nosensor"]
android:stateNotNeeded=["true" | "false"]
android:taskAffinity="string"
android:theme="resource or theme"
android:uiOptions=["none" | "splitActionBarWhenNarrow"]
android:windowSoftInputMode=["stateUnspecified",
"stateUnchanged", "stateHidden",
"stateAlwaysHidden", "stateVisible",
"stateAlwaysVisible", "adjustUnspecified",
"adjustResize", "adjustPan"]
<p/>
can contain:
<intent-filter>
<meta-data>
|
| ActivityAlias |
attributes
android:enabled=["true" | "false"]
android:exported=["true" | "false"]
android:icon="drawable resource"
android:label="string resource"
android:name="string"
android:permission="string"
android:targetActivity="string"
<p/>
can contain:
<intent-filter>
<meta-data>
|
| Application |
attributes
android:allowTaskReparenting=["true" | "false"]
android:backupAgent="string"
android:debuggable=["true" | "false"]
android:description="string resource"
android:enabled=["true" | "false"]
android:hasCode=["true" | "false"]
android:hardwareAccelerated=["true" | "false"]
android:icon="drawable resource"
android:killAfterRestore=["true" | "false"]
android:label="string resource"
android:logo="drawable resource"
android:manageSpaceActivity="string"
android:name="string"
android:permission="string"
android:persistent=["true" | "false"]
android:process="string"
android:restoreAnyVersion=["true" | "false"]
android:taskAffinity="string"
android:theme="resource or theme"
android:uiOptions=["none" | "splitActionBarWhenNarrow"]
<p/>
can contain:
<activity>
<activity-alias>
<service>
<receiver>
<provider>
<uses-library>
|
| Category |
attributes
android:name="string"
|
| CompatibleScreens |
child elements:
<screen>
|
| Data |
attributes:
android:host="string"
android:mimeType="string"
android:path="string"
android:pathPattern="string"
android:pathPrefix="string"
android:port="string"
android:scheme="string"
|
| GrantUriPermission |
attributes:
android:path="string"
android:pathPattern="string"
android:pathPrefix="string"
|
| HexadecimalIntegerConverter | |
| Instrumentation |
attributes:
android:functionalTest=["true" | "false"]
android:handleProfiling=["true" | "false"]
android:icon="drawable resource"
android:label="string resource"
android:name="string"
android:targetPackage="string"
|
| IntentFilter |
attributes:
android:icon="drawable resource"
android:label="string resource"
android:priority="integer"
<p/>
must contain:
<action>
<p/>
can contain:
<category>
<data>
|
| LabeledConverter<T extends org.androidtransfuse.annotations.Labeled> | |
| LabeledConverter.InstallLocationConverter | |
| LabeledConverter.LaunchModeConverter | |
| LabeledConverter.ProtectionLevelConverter | |
| LabeledConverter.ReqKeyboardTypeConverter | |
| LabeledConverter.ReqNavigationConverter | |
| LabeledConverter.ReqTouchScreenConverter | |
| LabeledConverter.ScreenDensityConverter | |
| LabeledConverter.ScreenOrientationConverter | |
| LabeledConverter.ScreenSizeConverter | |
| LabeledConverter.UIOptionsConverter | |
| LabeledConverter.WindowSoftInputModeConverter | |
| Manifest |
attributes:
xmlns:android="http://schemas.android.com/apk/res/android"
package="string"
android:sharedUserId="string"
android:sharedUserLabel="string resource"
android:versionCode="integer"
android:versionName="string"
android:installLocation=["auto" | "internalOnly" | "preferExternal"]
<p/>
must contain:
<application>
<p/>
can contain:
<instrumentation>
<permission>
<permission-group>
<permission-tree>
<uses-configuration>
<uses-permission>
<uses-sdk>
<compatible-screens>
|
| ManifestBase |
Base class for all Manifest related domain objects.
|
| ManifestNamespaceMapper | |
| MetaData |
attributes:
android:name="string"
android:resource="resource specification"
android:value="string"
|
| PathPermission |
attributes:
android:path="string"
android:pathPrefix="string"
android:pathPattern="string"
android:permission="string"
android:readPermission="string"
android:writePermission="string"
|
| Permission |
attributes:
android:description="string resource"
android:icon="drawable resource"
android:label="string resource"
android:name="string"
android:permissionGroup="string"
android:protectionLevel=["normal" | "dangerous" |
"signature" | "signatureOrSystem"]
|
| PermissionGroup |
attributes:
android:description="string resource"
android:icon="drawable resource"
android:label="string resource"
android:name="string"
|
| PermissionTree |
attributes:
android:icon="drawable resource"
android:label="string resource" ]
android:name="string"
|
| Provider |
attributes:
android:authorities="list"
android:enabled=["true" | "false"]
android:exported=["true" | "false"]
android:grantUriPermissions=["true" | "false"]
android:icon="drawable resource"
android:initOrder="integer"
android:label="string resource"
android:multiprocess=["true" | "false"]
android:name="string"
android:permission="string"
android:process="string"
android:readPermission="string"
android:syncable=["true" | "false"]
android:writePermission="string"
<p/>
can contain:
<meta-data>
<grant-uri-permission>
<path-permission>
|
| Receiver |
attributes:
android:enabled=["true" | "false"]
android:exported=["true" | "false"]
android:icon="drawable resource"
android:label="string resource"
android:name="string"
android:permission="string"
android:process="string"
<p/>
can contain:
<meta-data>
<intent-filter>
|
| Screen |
attributes:
android:screenSize=["small" | "normal" | "large" | "xlarge"]
android:screenDensity=["ldpi" | "mdpi" | "hdpi" | "xhdpi"]
|
| Service |
attributes:
android:enabled=["true" | "false"]
android:exported=["true" | "false"]
android:icon="drawable resource"
android:label="string resource"
android:name="string"
android:permission="string"
android:process="string"
<p/>
can contain:
<intent-filter>
<meta-data>
|
| SupportsGlTexture |
attributes:
android:name="string"
|
| SupportsScreens |
attributes:
android:resizeable=["true"| "false"]
android:smallScreens=["true" | "false"]
android:normalScreens=["true" | "false"]
android:largeScreens=["true" | "false"]
android:xlargeScreens=["true" | "false"]
android:anyDensity=["true" | "false"]
android:requiresSmallestWidthDp="integer"
android:compatibleWidthLimitDp="integer"
android:largestWidthLimitDp="integer"
|
| UsesConfiguration |
attributes:
android:reqFiveWayNav=["true" | "false"]
android:reqHardKeyboard=["true" | "false"]
android:reqKeyboardType=["undefined" | "nokeys" | "qwerty" |
"twelvekey"]
android:reqNavigation=["undefined" | "nonav" | "dpad" |
"trackball" | "wheel"]
android:reqTouchScreen=["undefined" | "notouch" | "stylus" |
"finger"]
|
| UsesFeature |
attributes:
android:name="string"
android:required=["true" | "false"]
android:glEsVersion="integer"
|
| UsesLibrary |
attributes:
android:name="string"
android:required=["true" | "false"]
|
| UsesPermission |
attributes:
android:name="string"
android:maxSdkVersion="integer"
|
| UsesSDK |
attributes:
android:minSdkVersion="integer"
android:targetSdkVersion="integer"
android:maxSdkVersion="integer"
|
| Enum | Description |
|---|---|
| InstallLocation | |
| ReqKeyboardType | |
| ReqNavigation | |
| ReqTouchScreen | |
| ScreenDensity | |
| ScreenSize |
Copyright © 2014. All Rights Reserved.