Android.Content.PM.ApplicationInfo.CompatibleWidthLimitDp Property
The maximum smallest screen width the application is designed for.

Syntax

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

Value

Documentation for this section has not yet been entered.

Remarks

The maximum smallest screen width the application is designed for. If 0, nothing has been specified. Comes from NoType:android/R$styleable;Href=../../../../reference/android/R.styleable.html#AndroidManifestSupportsScreens_compatibleWidthLimitDp 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