SecurityLog.TagMediaUnmount Campo

Definición

Precaución

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

Indica que se desmontó el medio extraíble del dispositivo.

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

Valor de campo

Value = 210014
Atributos

Comentarios

Indica que se desmontó el medio extraíble del dispositivo. La entrada de registro contiene la siguiente información sobre el evento, encapsulada en una Object matriz y accesible a través SecurityEvent#getData()de : <li> [0] punto de montaje (String) <li> [1] etiqueta de volumen (String). Se redactó en una cadena vacía en los dispositivos de perfil administrados propiedad de la organización.

Documentación de Java para android.app.admin.SecurityLog.TAG_MEDIA_UNMOUNT.

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el proyecto de código abierto de Android y se usan según los términos descritos en la licencia de atribución de Creative Commons 2.5.

Se aplica a