Freigeben über


DevicePolicyManager.PersonalAppsNotSuspended Field

Definition

Caution

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

Return value for #getPersonalAppsSuspendedReasons when personal apps are not suspended.

[Android.Runtime.Register("PERSONAL_APPS_NOT_SUSPENDED", 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 PersonalAppsNotSuspended = 0;
[<Android.Runtime.Register("PERSONAL_APPS_NOT_SUSPENDED", 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 PersonalAppsNotSuspended : Android.App.Admin.PersonalAppsDevicePolicy

Field Value

Value = 0
Attributes

Remarks

Return value for #getPersonalAppsSuspendedReasons when personal apps are not suspended.

Java documentation for android.app.admin.DevicePolicyManager.PERSONAL_APPS_NOT_SUSPENDED.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to