I am trying to produce a table of all attributes showing where each can be used.
So far I have the following.
Anything wrong?
Anything missing?
I realise project and library attributes are included in an activity module, but I am trying to make it clear which attribute belongs to which function.
So far I have the following.
Anything wrong?
Anything missing?
I realise project and library attributes are included in an activity module, but I am trying to make it clear which attribute belongs to which function.
| Attribute | Activity Module | Class Module | Code Module | Service Module | Project Attributes | Library Attributes |
| #AdditionalJar | Y | | | | | |
| #AdditionaRes | | | | | Y | |
| #ApplicationLabel | | | | | Y | |
| #BridgeLogger | | | | | Y | |
| #CanInstallToExternalStorage | | | | | Y | |
| #CustomBuildAction | | Y | Y | Y | Y | |
| #DebuggerDisableOptimizations | | | | | Y | |
| #DebuggerForceFullDeployment | | | | | Y | |
| #DebuggerForceStandardAssets | | | | | Y | |
| #DesignerProperty | | Y | | | | |
| #Event | | Y | | | | |
| #ExcludeClasses | | | | | Y | |
| #ExcludeFromDebugger | Y | Y | Y | Y | | |
| #ExcludeFromLibrary | | Y | Y | Y | | |
| #Extends | Y | | | Y | | Y |
| #FullScreen | Y | | | | | |
| #IgnoreWarnings | Y | Y | Y | Y | | |
| #IncludeTitle | Y | | | | | |
| #LibraryAuthor | Y | | | | | Y |
| #LibraryName | Y | | | | | Y |
| #LibraryVersion | Y | | | | | Y |
| #MultiDex | | | | | Y | |
| #RaisesSynchronousEvents | | Y | | | | |
| #SignKeyAlias | | | | | Y | |
| #SignKeyFile | | | | | Y | |
| #SignKeyPassword | | | | | Y | |
| #StartAtBoot | | | | Y | | |
| #StartCommandReturnValue | | | | Y | | |
| #SupportedOrientations | | | | | Y | |
| #VersionCode | | | | | Y | |
| #VersionName | | | | | Y | |