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