MockPackageManager.GetAllPermissionGroups(PackageInfoFlags) Method

Definition

Retrieve all of the known permission groups in the system.

[Android.Runtime.Register("getAllPermissionGroups", "(I)Ljava/util/List;", "GetGetAllPermissionGroups_IHandler")]
public override System.Collections.Generic.IList<Android.Content.PM.PermissionGroupInfo>? GetAllPermissionGroups (Android.Content.PM.PackageInfoFlags flags);
[<Android.Runtime.Register("getAllPermissionGroups", "(I)Ljava/util/List;", "GetGetAllPermissionGroups_IHandler")>]
override this.GetAllPermissionGroups : Android.Content.PM.PackageInfoFlags -> System.Collections.Generic.IList<Android.Content.PM.PermissionGroupInfo>

Parameters

flags
PackageInfoFlags

Additional option flags. Use MetaData to retrieve any meta-data associated with the permission group.

Returns

Attributes

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to