PackageInfo.IsApex Property

Definition

Whether the package is an APEX package.

[Android.Runtime.Register("isApex", ApiSince=29)]
public bool IsApex { get; set; }
[<Android.Runtime.Register("isApex", ApiSince=29)>]
member this.IsApex : bool with get, set

Property Value

Attributes

Remarks

Whether the package is an APEX package.

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

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