Android.Content.PM.ApplicationInfo.SplitSourceDirs Property
Full paths to zero or more split APKs that, when combined with the base APK defined in ApplicationInfo.SourceDir, form a complete application.

Syntax

[Android.Runtime.Register("splitSourceDirs")]
public IList<string> SplitSourceDirs { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

Full paths to zero or more split APKs that, when combined with the base APK defined in ApplicationInfo.SourceDir, form a complete application.

[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