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