Android.Content.PM.ProviderInfo Members

The members of Android.Content.PM.ProviderInfo are listed below.

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

Public Constructors

Public Fields

const
FlagSingleUserProviderInfoFlags (1073741824). Bit in ProviderInfo.Flags: If set, a single instance of the provider will run for all users on the device.

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.

Public Methods

DescribeContents() : int
Describe the kinds of special objects contained in this Parcelable's marshalled representation.
Dump(Android.Util.IPrinter, string)
DumpAsync(Android.Util.IPrinter, string) : System.Threading.Tasks.Task
Documentation for this section has not yet been entered.