Android.Content.PM.ProviderInfo: Property Members

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

See Also: Inherited members from Android.Content.PM.ComponentInfo

Public Properties

Authoritystring. The name provider is published under content://
[read-only]
static
CreatorAndroid.OS.IParcelableCreator.
FlagsProviderInfoFlags. Options that have been set in the provider declaration in the manifest.
GrantUriPermissionsbool. If true, additional permissions to specific Uris in this content provider can be granted, as per the NoType:android/R$styleable;Href=../../../../reference/android/R.styleable.html#AndroidManifestProvider_grantUriPermissions attribute.
InitOrderint. Used to control initialization order of single-process providers running in the same process.
IsSyncablebool. Whether or not this provider is syncable.
Multiprocessbool. If true, this content provider allows multiple instances of itself to run in different process.
PathPermissionsIList<PathPermission>. If non-null, these are path-specific permissions that are allowed for accessing the provider.
ReadPermissionstring. Optional permission required for read-only access this content provider.
UriPermissionPatternsIList<Android.OS.PatternMatcher>. If non-null, these are the patterns that are allowed for granting URI permissions.
WritePermissionstring. Optional permission required for read/write access this content provider.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.