InstallerType
Type of the package installer implementation.
INTENT_BASED — package installer will use the ACTION_INSTALL_PACKAGE intent action to install the package.
SESSION_BASED — package installer will use system's PackageInstaller API to install the package.
Entries
Link copied to clipboard
Package installer will use the ACTION_INSTALL_PACKAGE intent action to install the package.
Link copied to clipboard
Package installer will use system's PackageInstaller API to install the package.
Properties
Functions
Link copied to clipboard
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
Link copied to clipboard
Returns an array containing the constants of this enum type, in the order they're declared.