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

Value = 1073741824
Attributes

Remarks

PackageInfo flag: include APEX packages that are currently installed. In APEX terminology, this corresponds to packages that are currently active, i.e. mounted and available to other processes of the OS. In particular, this flag alone will not match APEX files that are staged for activation at next reboot.

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