This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see
Cake.Android.Adb.
Summary
Gets a list of packages from the target.
Syntax
public static List<AdbPackageListInfo> PmListPackages(this ICakeContext context, bool includeUninstalled = false, PackageListState showState = 0, PackageSourceType showSource = 0, AdbToolSettings settings = null)
Attributes
| Type |
Description |
| CakeMethodAliasAttribute |
|
Parameters
| Name |
Type |
Description |
| context |
ICakeContext |
Context. |
| includeUninstalled |
bool |
If set to true include uninstalled packages. |
| showState |
PackageListState |
Show All by default, or choose to show only enabled or disabled packages. |
| showSource |
PackageSourceType |
Show All by default, or choose to show only System or 3rd party packages. |
| settings |
AdbToolSettings |
Settings. |
Return Value