AccessibilityServiceInfo.LoadIntroFormatted(PackageManager) Method

Definition

The localized intro of the accessibility service.

[Android.Runtime.Register("loadIntro", "(Landroid/content/pm/PackageManager;)Ljava/lang/CharSequence;", "GetLoadIntro_Landroid_content_pm_PackageManager_Handler", ApiSince=33)]
public virtual Java.Lang.ICharSequence? LoadIntroFormatted (Android.Content.PM.PackageManager packageManager);
[<Android.Runtime.Register("loadIntro", "(Landroid/content/pm/PackageManager;)Ljava/lang/CharSequence;", "GetLoadIntro_Landroid_content_pm_PackageManager_Handler", ApiSince=33)>]
abstract member LoadIntroFormatted : Android.Content.PM.PackageManager -> Java.Lang.ICharSequence
override this.LoadIntroFormatted : Android.Content.PM.PackageManager -> Java.Lang.ICharSequence

Parameters

packageManager
PackageManager

Returns

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

Attributes

Remarks

The localized intro of the accessibility service.

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

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