The members of Android.Content.PM.ProviderInfo are listed below.
See Also: Inherited members from Android.Content.PM.ComponentInfo
const | FlagSingleUser | ProviderInfoFlags (1073741824). Bit in ProviderInfo.Flags: If set, a single instance of the provider will run for all users on the device. |
| Authority | string. The name provider is published under content:// | |
| [read-only] static | Creator | Android.OS.IParcelableCreator. |
| Flags | ProviderInfoFlags. Options that have been set in the provider declaration in the manifest. | |
| GrantUriPermissions | bool. 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. | |
| InitOrder | int. Used to control initialization order of single-process providers running in the same process. | |
| IsSyncable | bool. Whether or not this provider is syncable. | |
| Multiprocess | bool. If true, this content provider allows multiple instances of itself to run in different process. | |
| PathPermissions | IList<PathPermission>. If non-null, these are path-specific permissions that are allowed for accessing the provider. | |
| ReadPermission | string. Optional permission required for read-only access this content provider. | |
| UriPermissionPatterns | IList<Android.OS.PatternMatcher>. If non-null, these are the patterns that are allowed for granting URI permissions. | |
| WritePermission | string. Optional permission required for read/write access this content provider. |
| [read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
| [read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
DescribeContents()Describe the kinds of special objects contained in this Parcelable's marshalled representation. | ||
| Dump(Android.Util.IPrinter, string) | ||
DumpAsync(Android.Util.IPrinter, string)Documentation for this section has not yet been entered. | ||