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
Disables the given package or component
Syntax
public static void PmDisable(this ICakeContext context, string packageOrComponent, AdbToolSettings settings = null)
Attributes
Type |
Description |
CakeMethodAliasAttribute |
|
Parameters
Name |
Type |
Description |
context |
ICakeContext |
Context. |
packageOrComponent |
string |
Package or component (written as "package/class"). |
settings |
AdbToolSettings |
Settings. |
Return Value