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
Revokes a permission from a package.
Syntax
public static void PmRevoke(this ICakeContext context, string packageName, string permission, AdbToolSettings settings = null)
Attributes
Type |
Description |
CakeMethodAliasAttribute |
|
Parameters
Name |
Type |
Description |
context |
ICakeContext |
Context. |
packageName |
string |
Package name. |
permission |
string |
Permission. |
settings |
AdbToolSettings |
Settings. |
Return Value