attributes
Adds content to the main attributes of the manifest.
Return
this
Parameters
The values to add to the main attributes. The values can be any object, including Provider instances. Provider values are queried lazily either before writing or when getEffectiveManifest is called. Non-provider values are evaluated by using their toString method.
Throws
If a key is invalid according to the manifest spec or if a key or value is null.
Adds content to the given section of the manifest.
Return
this
Parameters
The values to add to the section. The values can be any object, including Provider instances. Provider values are queried lazily either before writing or when getEffectiveManifest is called. Non-provider values are evaluated by using their toString method.
The name of the section
Throws
If a key is invalid according to the manifest spec or if a key or value is null.