AccessibilityServiceInfo.LoadSummary(PackageManager) Method

Definition

The localized summary of the accessibility service.

public string? LoadSummary (Android.Content.PM.PackageManager? packageManager);
member this.LoadSummary : Android.Content.PM.PackageManager -> string

Parameters

packageManager
PackageManager

Returns

String

The localized summary if available, and null if a summary has not been provided.

Remarks

Java documentation for android.accessibilityservice.AccessibilityServiceInfo.loadSummary(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