PackageInfo.SplitNames Property

Definition

The names of any installed split APKs for this package.

[Android.Runtime.Register("splitNames")]
public System.Collections.Generic.IList<string>? SplitNames { get; set; }
[<Android.Runtime.Register("splitNames")>]
member this.SplitNames : System.Collections.Generic.IList<string> with get, set

Property Value

Attributes

Remarks

The names of any installed split APKs for this package.

Java documentation for android.content.pm.PackageInfo.splitNames.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to