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
Uninstalls an application from the target.
Syntax
public static void AdbUninstall(this ICakeContext context, string packageName, bool keepDataAndCacheDirs = false, AdbToolSettings settings = null)
Attributes
Type |
Description |
CakeMethodAliasAttribute |
|
Parameters
Name |
Type |
Description |
context |
ICakeContext |
Context. |
packageName |
string |
Package name to uninstall. |
keepDataAndCacheDirs |
bool |
If set to true keep data and cache directories. |
settings |
AdbToolSettings |
Settings. |
Return Value