AccessibilityServiceInfo.LoadDescription(PackageManager) Method

Definition

The localized description of the accessibility service.

[Android.Runtime.Register("loadDescription", "(Landroid/content/pm/PackageManager;)Ljava/lang/String;", "GetLoadDescription_Landroid_content_pm_PackageManager_Handler")]
public virtual string? LoadDescription (Android.Content.PM.PackageManager? packageManager);
[<Android.Runtime.Register("loadDescription", "(Landroid/content/pm/PackageManager;)Ljava/lang/String;", "GetLoadDescription_Landroid_content_pm_PackageManager_Handler")>]
abstract member LoadDescription : Android.Content.PM.PackageManager -> string
override this.LoadDescription : Android.Content.PM.PackageManager -> string

Parameters

packageManager
PackageManager

Returns

The localized description.

Attributes

Remarks

The localized description of the accessibility service.

<strong>Statically set from AccessibilityService#SERVICE_META_DATA meta-data.</strong>

Java documentation for android.accessibilityservice.AccessibilityServiceInfo.loadDescription(android.content.pm.PackageManager).

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