PackageManagerListPackagesOption Enumeration AndroidLib - Beatsleigher Edition

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

public enum ListPackagesOption
Members

  Member nameValueDescription
AssociatedFiles0 Includes the associated file of the package. E.g.: /data/app/myapp/com.myapp.apk
IncludeUninstalled1 Includes the uninstalled packages to the list.
Installers2 Includes the installer of the package. The installer is the app -- or user -- who installed the package. E.g.: com.android.vending
NoOption3 No options are specified, only package names are listed.
See Also

Reference