Android.Content.ContentProviderAttribute: Property Members

The properties of Android.Content.ContentProviderAttribute are listed below. For a list of all members, see the ContentProviderAttribute Members list.

See Also: Inherited members from System.Attribute

Public Properties

[read-only]
Authoritiesstring[]. The URI authorities that identify data under the perview of the content provider.
Enabledbool. Whether or not the provider can be instantiated by the system.
Exportedbool. Whether or not the provider can be launched by components of other applications.
GrantUriPermissionsbool. Whether or not those who ordinarily would not have permission to access the content provider's data can be granted to do so.
Iconstring. An icon representing the provider.
InitOrderint. The order in which the content provider should be instantiated.
Labelstring. A user-readable label for the provider.
MultiProcessbool. Whether an instance of the provider can be launched into the process of the component that started it.
Namestring. The name of the class that implements the provider.
Permissionstring. The name of a permission that clients must have to launch the provider.
Processstring. The name of the process in which the activity should run.
ReadPermissionstring. A permission that clients must have to query the content provider.
Syncablebool. Whether or not the data under the content provider's control is to be synchronized with data on a server.
WritePermissionstring. A permission that clients must have to make changes to the data controlled by the content provider.