InstrumentationInfo.SplitNames Property

Definition

The names of all installed split APKs, ordered lexicographically.

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

Property Value

Attributes

Remarks

The names of all installed split APKs, ordered lexicographically.

Java documentation for android.content.pm.InstrumentationInfo.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