DevicePolicyManager.PersonalAppsSuspendedProfileTimeout Feld

Definition

Achtung

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

Flag für #getPersonalAppsSuspendedReasons Rückgabewert.

[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

Feldwert

Value = 2
Attribute

Hinweise

Flag für #getPersonalAppsSuspendedReasons Rückgabewert. Legen Sie fest, wann persönliche Apps vom Framework angehalten werden, da das verwaltete Profil länger als von der Richtlinie zulässig war.

Java Dokumentation für android.app.admin.DevicePolicyManager.PERSONAL_APPS_SUSPENDED_PROFILE_TIMEOUT.

Teile dieser Seite sind Änderungen auf der Grundlage von Arbeiten, die von der Android Open Source Project erstellt und gemeinsam verwendet und gemäß den in der 2.5 Attribution License beschriebenen Begriffen verwendet werden.

Gilt für: