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
Kills a service on the target.
Syntax
public static void AmKill(this ICakeContext context, string packageName, string forUser = null, AdbToolSettings settings = null)
Attributes
Type |
Description |
CakeMethodAliasAttribute |
|
Parameters
Name |
Type |
Description |
context |
ICakeContext |
Context. |
packageName |
string |
Package name. |
forUser |
string |
For user. |
settings |
AdbToolSettings |
Settings. |
Return Value
Type |
Description |
void |
The kill. |