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
Gets a list of Permissions, grouped by Permission Group on the target
Syntax
public static List<AdbPermissionGroupInfo> PmListPermissions(this ICakeContext context, bool onlyDangerous = false, bool onlyUserVisible = false, AdbToolSettings settings = null)
Attributes
Type |
Description |
CakeMethodAliasAttribute |
|
Parameters
Name |
Type |
Description |
context |
ICakeContext |
Context. |
onlyDangerous |
bool |
If set to true return only permissions marked dangerous. |
onlyUserVisible |
bool |
If set to true return only permissions visible to the user. |
settings |
AdbToolSettings |
Settings. |
Return Value