DevicePolicyManager.PersonalAppsSuspendedProfileTimeout Campo

Definición

Precaución

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

Marca para el #getPersonalAppsSuspendedReasons valor devuelto.

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

Valor de campo

Value = 2
Atributos

Comentarios

Marca para el #getPersonalAppsSuspendedReasons valor devuelto. Se establece cuando las aplicaciones personales están suspendidas por marco porque el perfil administrado estaba desactivado durante más tiempo de lo permitido por la directiva.

Java documentación para android.app.admin.DevicePolicyManager.PERSONAL_APPS_SUSPENDED_PROFILE_TIMEOUT.

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el Android y se usan según los términos descritos en creative Creative Commons 2.5 Attribution License.

Se aplica a