PackageManager.MatchDirectBootAuto Field

Definition

Querying flag: automatically match components based on their Direct Boot awareness and the current user state.

[Android.Runtime.Register("MATCH_DIRECT_BOOT_AUTO", ApiSince=29)]
public const int MatchDirectBootAuto = 268435456;
[<Android.Runtime.Register("MATCH_DIRECT_BOOT_AUTO", ApiSince=29)>]
val mutable MatchDirectBootAuto : int

Field Value

Int32
Attributes

Remarks

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

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