PackageInstaller.SessionInfo.AppIcon Property

Definition

Return an icon representing the app being installed.

public virtual Android.Graphics.Bitmap? AppIcon { [Android.Runtime.Register("getAppIcon", "()Landroid/graphics/Bitmap;", "GetGetAppIconHandler")] get; }
[<get: Android.Runtime.Register("getAppIcon", "()Landroid/graphics/Bitmap;", "GetGetAppIconHandler")>]
member this.AppIcon : Android.Graphics.Bitmap

Property Value

Attributes

Remarks

Return an icon representing the app being installed. May be null if unavailable.

Java documentation for android.content.pm.PackageInstaller.SessionInfo.getAppIcon().

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