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
Removes a user from a target.
Syntax
public static void PmRemoveUser(this ICakeContext context, string userId, AdbToolSettings settings = null)
Attributes
Type |
Description |
CakeMethodAliasAttribute |
|
Parameters
Name |
Type |
Description |
context |
ICakeContext |
Context. |
userId |
string |
User identifier. |
settings |
AdbToolSettings |
Settings. |
Return Value