PackageManagerAliases.

PmListPermissions(ICakeContext, bool, bool, AdbToolSettings) Method

Summary

Gets a list of Permissions, grouped by Permission Group on the target
Assembly
Cake.Android.Adb.dll
Namespace
Cake.AndroidAdb
Containing Type
PackageManagerAliases

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

Type Description
List<AdbPermissionGroupInfo> The list of Permissions grouped by Permission Group.