次の方法で共有


DevicePolicyManager.LeaveAllSystemAppsEnabled Field

Definition

Caution

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

Flag used by #createAndManageUser to specify that the newly created user should skip the disabling of system apps during provisioning.

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

Field Value

Value = 16
Attributes

Remarks

Flag used by #createAndManageUser to specify that the newly created user should skip the disabling of system apps during provisioning.

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

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