Android.Content.PM.ApplicationInfo.TargetSdkVersion Property
The minimum SDK version this application targets.

Syntax

[Android.Runtime.Register("targetSdkVersion")]
public Android.OS.BuildVersionCodes TargetSdkVersion { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

The minimum SDK version this application targets. It may run on earlier versions, but it knows how to work with any new behavior added at this version. Will be NoType:android/os/Build$VERSION_CODES;Href=../../../../reference/android/os/Build.VERSION_CODES.html#CUR_DEVELOPMENT if this is a development build and the app is targeting that. You should compare that this number is >= the SDK version number at which your behavior was introduced.

[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 4