DevicePolicyManager.MteNotControlledByPolicy フィールド

定義

注意事項

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_NOT_CONTROLLED_BY_POLICY", 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 MteNotControlledByPolicy = 0;
[<Android.Runtime.Register("MTE_NOT_CONTROLLED_BY_POLICY", 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 MteNotControlledByPolicy : Android.App.Admin.MteMode

フィールド値

Value = 0
属性

注釈

ユーザーがデバイスで MTE を有効にするかどうかを選択できるようにします。

Javaドキュメント。

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

適用対象