Android.Test.Mock.MockPackageManager.GetAllPermissionGroups Method
Retrieve all of the known permission groups in the system.

Syntax

[Android.Runtime.Register("getAllPermissionGroups", "(I)Ljava/util/List;", "GetGetAllPermissionGroups_IHandler")]
public override IList<Android.Content.PM.PermissionGroupInfo> GetAllPermissionGroups ([Android.Runtime.GeneratedEnum] Android.Content.PM.PackageInfoFlags flags)

Parameters

flags
Additional option flags. Use Android.Content.PM.PackageManager.GET_META_DATA to retrieve any meta-data associated with the permission group.

Returns

Documentation for this section has not yet been entered.

Remarks

Retrieve all of the known permission groups in the system.

[Android Documentation]

Requirements

Namespace: Android.Test.Mock
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1