DevicePolicyManager.MteDisabled フィールド

定義

注意事項

This constant will be removed in the future version. Use Android.App.Admin.MteMode enum directly instead of this field.

デバイスで MTE を無効にする必要があります。

[Android.Runtime.Register("MTE_DISABLED", ApiSince=34)]
[System.Obsolete("This constant will be removed in the future version. Use Android.App.Admin.MteMode enum directly instead of this field.", true)]
public const Android.App.Admin.MteMode MteDisabled = 2;
[<Android.Runtime.Register("MTE_DISABLED", ApiSince=34)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.App.Admin.MteMode enum directly instead of this field.", true)>]
val mutable MteDisabled : Android.App.Admin.MteMode

フィールド値

Value = 2
属性

注釈

デバイスで MTE を無効にする必要があります。 デバイス所有者が設定できます。

の Java ドキュメント android.app.admin.DevicePolicyManager.MTE_DISABLED

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象