PackageManagerInstallOption Enumeration AndroidLib - Beatsleigher Edition
This enum contains most of the options for the package manager's install command.

Namespace: RegawMOD.Android
Assembly: AndroidLib (in AndroidLib.dll) Version: 1.5.2.0 (1.5.2.0)
Syntax

public enum InstallOption
Members

  Member nameValueDescription
AllowDowngrade0 Allows version code downgrade. (Older apps can replace newer ones.)
AllowTestApks1 Allows text APKs to be installed.
ForwardLock2 Installs the application with a forward lock.
InternalStorage3 Installs the application to the system's internal storage.
ReinstallKeepData4 Reinstalls the app, keeping its data.
SharedMassStorage5 Installs the application to the system's shared mass storage device (such as an SD card).
See Also

Reference