> For the complete documentation index, see [llms.txt](https://xplat.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://xplat.gitbook.io/docs/xplat.core/packagemanagerhelper.md).

# PackageManifestHelper

> Namespace: XPlat.Helpers

Defines a helper for the Android PackageManager.

```csharp
public static class PackageManagerHelper
```

## Supported platforms

| Platform        | Version |
| --------------- | ------- |
| Xamarin.Android | 9.0     |

## Static Methods

### CheckContentProviderExists(string)

Checks whether a content provider exists within the application's registered package manager providers.

```csharp
public static bool CheckContentProviderExists(string providerName)
```

#### Parameters

**providerName (string)**

The name of the provider to check is registered.

#### Returns

Returns a value indicating whether the content provider exists.
