Android.Content.PM.PackageManager Class
Class for retrieving various kinds of information related to the application packages that are currently installed on the device.

See Also: PackageManager Members

Syntax

[Android.Runtime.Register("android/content/pm/PackageManager", DoNotGenerateAcw=true)]
public abstract class PackageManager : Java.Lang.Object

Remarks

Class for retrieving various kinds of information related to the application packages that are currently installed on the device. You can find this class through Android.Content.Context.PackageManager.

[Android Documentation]

Requirements

Namespace: Android.Content.PM
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1