MockPackageManager.AddPermission(PermissionInfo) Method

Definition

Add a new dynamic permission to the system.

[Android.Runtime.Register("addPermission", "(Landroid/content/pm/PermissionInfo;)Z", "GetAddPermission_Landroid_content_pm_PermissionInfo_Handler")]
public override bool AddPermission (Android.Content.PM.PermissionInfo? info);
[<Android.Runtime.Register("addPermission", "(Landroid/content/pm/PermissionInfo;)Z", "GetAddPermission_Landroid_content_pm_PermissionInfo_Handler")>]
override this.AddPermission : Android.Content.PM.PermissionInfo -> bool

Parameters

info
PermissionInfo

Description of the permission to be added.

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