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
Members
Member name | Value | Description | |
---|---|---|---|
AllowDowngrade | 0 | Allows version code downgrade. (Older apps can replace newer ones.) | |
AllowTestApks | 1 | Allows text APKs to be installed. | |
ForwardLock | 2 | Installs the application with a forward lock. | |
InternalStorage | 3 | Installs the application to the system's internal storage. | |
ReinstallKeepData | 4 | Reinstalls the app, keeping its data. | |
SharedMassStorage | 5 | Installs the application to the system's shared mass storage device (such as an SD card). |
See Also