DevicePolicyManager.DelegationInstallExistingPackage Field

Definition

Delegation for installing existing packages.

[Android.Runtime.Register("DELEGATION_INSTALL_EXISTING_PACKAGE", ApiSince=28)]
public const string DelegationInstallExistingPackage;
[<Android.Runtime.Register("DELEGATION_INSTALL_EXISTING_PACKAGE", ApiSince=28)>]
val mutable DelegationInstallExistingPackage : string

Field Value

Attributes

Remarks

Delegation for installing existing packages. This scope grants access to the #installExistingPackage API.

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

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