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
Sets whether or not a permission is enforced on the target.
Syntax
public static void PmSetPermissionEnforced(this ICakeContext context, string permission, bool enforced, AdbToolSettings settings = null)
Attributes
Type |
Description |
CakeMethodAliasAttribute |
|
Parameters
Name |
Type |
Description |
context |
ICakeContext |
Context. |
permission |
string |
Permission. |
enforced |
bool |
If set to true enforced. |
settings |
AdbToolSettings |
Settings. |
Return Value