DevicePolicyManager.MteDisabled Campo

Definizione

Attenzione

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

Richiedere che MTE sia disabilitato nel dispositivo.

[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

Valore del campo

Value = 2
Attributi

Commenti

Richiedere che MTE sia disabilitato nel dispositivo. Può essere impostato da un proprietario del dispositivo.

per android.app.admin.DevicePolicyManager.MTE_DISABLED.

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dalla e usati in base ai termini descritti in Creative License 2.5 Attribution License.

Si applica a