ActivityManager.LauncherLargeIconDensity Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.