An enum contaning options for the ListPackages(PackageManagerListPackagesFilter, PackageManagerListPackagesOption) method.
Namespace: RegawMOD.Android
Assembly: AndroidLib (in AndroidLib.dll) Version: 1.5.2.0 (1.5.2.0)
Syntax
Members
Member name | Value | Description | |
---|---|---|---|
AssociatedFiles | 0 | Includes the associated file of the package. E.g.: /data/app/myapp/com.myapp.apk | |
IncludeUninstalled | 1 | Includes the uninstalled packages to the list. | |
Installers | 2 | Includes the installer of the package. The installer is the app -- or user -- who installed the package. E.g.: com.android.vending | |
NoOption | 3 | No options are specified, only package names are listed. |
See Also