Android.Content.PM.ApplicationInfo.LargestWidthLimitDp Property
The maximum smallest screen width the application will work on.

Syntax

[Android.Runtime.Register("largestWidthLimitDp")]
public int LargestWidthLimitDp { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

The maximum smallest screen width the application will work on. If 0, nothing has been specified. Comes from NoType:android/R$styleable;Href=../../../../reference/android/R.styleable.html#AndroidManifestSupportsScreens_largestWidthLimitDp attribute of the <supports-screens> tag.

[Android Documentation]

Requirements

Namespace: Android.Content.PM
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 13