다음을 통해 공유


DevicePolicyManager.IsMtePolicyEnforced Property

Definition

Get the current MTE state of the device.

public static bool IsMtePolicyEnforced { [Android.Runtime.Register("isMtePolicyEnforced", "()Z", "", ApiSince=35)] get; }
[<get: Android.Runtime.Register("isMtePolicyEnforced", "()Z", "", ApiSince=35)>]
static member IsMtePolicyEnforced : bool

Property Value

whether MTE is currently enabled on the device.

Attributes

Remarks

Get the current MTE state of the device.

Learn more about MTE

Java documentation for android.app.admin.DevicePolicyManager.isMtePolicyEnforced().

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