DevicePolicyManager.KeyguardDisableSecureCamera Campo

Definizione

Attenzione

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

Disabilitare la fotocamera su schermi protetti di protezione della chiave (e.

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

Valore del campo

Value = 2
Attributi

Commenti

Disabilitare la fotocamera sulle schermate protette di protezione della chiave (ad esempio PIN/Pattern/Password)

per android.app.admin.DevicePolicyManager.KEYGUARD_DISABLE_SECURE_CAMERA.

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