Android.Content.PM.PackageManager.GetPackageArchiveInfo Method
Retrieve overall information about an application package defined in a package archive file

Syntax

[Android.Runtime.Register("getPackageArchiveInfo", "(Ljava/lang/String;I)Landroid/content/pm/PackageInfo;", "GetGetPackageArchiveInfo_Ljava_lang_String_IHandler")]
public virtual PackageInfo GetPackageArchiveInfo (string archiveFilePath, [Android.Runtime.GeneratedEnum] PackageInfoFlags flags)

Parameters

archiveFilePath
The path to the archive file
flags
Additional option flags. Use any combination of PackageManager.GET_ACTIVITIES, PackageManager.GET_GIDS, PackageManager.GET_CONFIGURATIONS, PackageManager.GET_INSTRUMENTATION, PackageManager.GET_PERMISSIONS, PackageManager.GET_PROVIDERS, PackageManager.GET_RECEIVERS, PackageManager.GET_SERVICES, PackageManager.GET_SIGNATURES, to modify the data returned.

Returns

Documentation for this section has not yet been entered.

Remarks

Retrieve overall information about an application package defined in a package archive file

[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