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 を有効にするかどうかを選択できるようにします。

android.app.admin.DevicePolicyManager.MTE_NOT_CONTROLLED_BY_POLICYJava ドキュメント。

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

適用対象