The members of Android.Content.ContentProviderAttribute are listed below.
See Also: Inherited members from System.Attribute
| Constructs and initializes a new Android.Content.ContentProviderAttribute instance with the specified URI authorities. |
| [read-only] | Authorities | string[]. The URI authorities that identify data under the perview of the content provider. |
| Enabled | bool. Whether or not the provider can be instantiated by the system. | |
| Exported | bool. Whether or not the provider can be launched by components of other applications. | |
| GrantUriPermissions | bool. Whether or not those who ordinarily would not have permission to access the content provider's data can be granted to do so. | |
| Icon | string. An icon representing the provider. | |
| InitOrder | int. The order in which the content provider should be instantiated. | |
| Label | string. A user-readable label for the provider. | |
| MultiProcess | bool. Whether an instance of the provider can be launched into the process of the component that started it. | |
| Name | string. The name of the class that implements the provider. | |
| Permission | string. The name of a permission that clients must have to launch the provider. | |
| Process | string. The name of the process in which the activity should run. | |
| ReadPermission | string. A permission that clients must have to query the content provider. | |
| Syncable | bool. Whether or not the data under the content provider's control is to be synchronized with data on a server. | |
| WritePermission | string. A permission that clients must have to make changes to the data controlled by the content provider. |