DevicePolicyManager.DelegationBlockUninstall Field

Definition

Delegation of application uninstall block.

[Android.Runtime.Register("DELEGATION_BLOCK_UNINSTALL", ApiSince=26)]
public const string DelegationBlockUninstall;
[<Android.Runtime.Register("DELEGATION_BLOCK_UNINSTALL", ApiSince=26)>]
val mutable DelegationBlockUninstall : string

Field Value

Attributes

Remarks

Delegation of application uninstall block. This scope grants access to the #setUninstallBlocked API.

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

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