Android.Content.PM.PermissionGroupInfo.LoadDescriptionFormatted Method
Retrieve the textual description of this permission.

Syntax

[Android.Runtime.Register("loadDescription", "(Landroid/content/pm/PackageManager;)Ljava/lang/CharSequence;", "GetLoadDescription_Landroid_content_pm_PackageManager_Handler")]
public virtual Java.Lang.ICharSequence LoadDescriptionFormatted (PackageManager pm)

Parameters

pm
A PackageManager from which the label can be loaded; usually the PackageManager from which you originally retrieved this item.

Returns

Documentation for this section has not yet been entered.

Remarks

Retrieve the textual description of this permission. This will call back on the given PackageManager to load the description from the application.

[Android Documentation]

Requirements

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