Android.Content.ContextWrapper.PackageCodePath Property
Return the full path to this context's primary Android package.

Syntax

[get: Android.Runtime.Register("getPackageCodePath", "()Ljava/lang/String;", "GetGetPackageCodePathHandler")]
public override string PackageCodePath { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Return the full path to this context's primary Android package. The Android package is a ZIP file which contains application's primary code and assets.

Note: this is not generally useful for applications, since they should not be directly accessing the file system.

[Android Documentation]

Requirements

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