Android.Content.PM.PermissionInfo.NonLocalizedDescription Property
The description string provided in the AndroidManifest file, if any.

Syntax

[Android.Runtime.Register("nonLocalizedDescription")]
public Java.Lang.ICharSequence NonLocalizedDescription { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

The description string provided in the AndroidManifest file, if any. You probably don't want to use this, since it will be null if the description is in a resource. You probably want PermissionInfo.LoadDescriptionFormatted(PackageManager) instead.

[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