ActivityManager.LauncherLargeIconDensity Property

Definition

Get the preferred density of icons for the launcher.

public virtual int LauncherLargeIconDensity { [Android.Runtime.Register("getLauncherLargeIconDensity", "()I", "GetGetLauncherLargeIconDensityHandler")] get; }
[<get: Android.Runtime.Register("getLauncherLargeIconDensity", "()I", "GetGetLauncherLargeIconDensityHandler")>]
member this.LauncherLargeIconDensity : int

Property Value

density in terms of DPI

Attributes

Remarks

Get the preferred density of icons for the launcher. This is used when custom drawables are created (e.g., for shortcuts).

Java documentation for android.app.ActivityManager.getLauncherLargeIconDensity().

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