Android.Content.PM.ApplicationInfo.RequiresSmallestWidthDp Property
The required smallest screen width the application can run on.

Syntax

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

Value

Documentation for this section has not yet been entered.

Remarks

The required smallest screen width the application can run on. If 0, nothing has been specified. Comes from NoType:android/R$styleable;Href=../../../../reference/android/R.styleable.html#AndroidManifestSupportsScreens_requiresSmallestWidthDp 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