Android Namespace

Contains resource classes used by applications included in the platform and defines application permissions for system features.

Remarks

Contains resource classes used by applications included in the platform and defines application permissions for system features.

You can use some resources directly from these Android.Resource classes in your own applications, but you should generally use only resources that you've provided directly in your application, in order to provide a cohesive application package that has no external dependencies. In particular, you should not use drawable resources from the android package, because they may change between platform versions, causing unforeseen conflicts with your design. Typically, NoType:android/R$style;Href=../../reference/android/R.style.html are the only resources you should use directly from these resources.

For information about using resources, see the Application Resources developer guide.

Classes

TypeReason
IncludeAndroidResourcesFromAttributeDocumentation for this section has not yet been entered.
LinkerSafeAttributeDocumentation for this section has not yet been entered.
Manifest [Android Documentation]
Manifest+PermissionDocumentation for this section has not yet been entered.
Manifest+Permission_groupDocumentation for this section has not yet been entered.
NativeLibraryReferenceAttributeDocumentation for this section has not yet been entered.
ReferenceFilesAttributeDocumentation for this section has not yet been entered.
Resource [Android Documentation]
Resource+AnimationDocumentation for this section has not yet been entered.
Resource+AnimatorDocumentation for this section has not yet been entered.
Resource+ArrayDocumentation for this section has not yet been entered.
Resource+AttributeDocumentation for this section has not yet been entered.
Resource+BooleanDocumentation for this section has not yet been entered.
Resource+ColorDocumentation for this section has not yet been entered.
Resource+DimensionDocumentation for this section has not yet been entered.
Resource+DrawableDocumentation for this section has not yet been entered.
Resource+FractionDocumentation for this section has not yet been entered.
Resource+IdDocumentation for this section has not yet been entered.
Resource+IntegerDocumentation for this section has not yet been entered.
Resource+InterpolatorDocumentation for this section has not yet been entered.
Resource+LayoutDocumentation for this section has not yet been entered.
Resource+MenuDocumentation for this section has not yet been entered.
Resource+MipmapDocumentation for this section has not yet been entered.
Resource+PluralsDocumentation for this section has not yet been entered.
Resource+RawDocumentation for this section has not yet been entered.
Resource+StringDocumentation for this section has not yet been entered.
Resource+StyleDocumentation for this section has not yet been entered.
Resource+TransitionDocumentation for this section has not yet been entered.
Resource+XmlDocumentation for this section has not yet been entered.