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

Syntax

[get: Android.Runtime.Register("getPackageResourcePath", "()Ljava/lang/String;", "GetGetPackageResourcePathHandler")]
public override string PackageResourcePath { 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 the application's primary resources.

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