PackageManager.MatchApex Field

Definition

PackageInfo flag: include APEX packages that are currently installed.

[Android.Runtime.Register("MATCH_APEX", ApiSince=29)]
public const int MatchApex = 1073741824;
[<Android.Runtime.Register("MATCH_APEX", ApiSince=29)>]
val mutable MatchApex : int

Field Value

Int32
Attributes

Remarks

Java documentation for android.content.pm.PackageManager.MATCH_APEX.

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