Share via


LauncherActivityInfo.ApplicationInfo Property

Definition

Returns the application info for the application this activity belongs to.

public virtual Android.Content.PM.ApplicationInfo? ApplicationInfo { [Android.Runtime.Register("getApplicationInfo", "()Landroid/content/pm/ApplicationInfo;", "GetGetApplicationInfoHandler")] get; }
[<get: Android.Runtime.Register("getApplicationInfo", "()Landroid/content/pm/ApplicationInfo;", "GetGetApplicationInfoHandler")>]
member this.ApplicationInfo : Android.Content.PM.ApplicationInfo

Property Value

Attributes

Remarks

Returns the application info for the application this activity belongs to.

Java documentation for android.content.pm.LauncherActivityInfo.getApplicationInfo().

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