Share via


ApplicationInfo.CompileSdkVersionCodename Property

Definition

The development codename (ex.

[Android.Runtime.Register("compileSdkVersionCodename", ApiSince=31)]
public string? CompileSdkVersionCodename { get; set; }
[<Android.Runtime.Register("compileSdkVersionCodename", ApiSince=31)>]
member this.CompileSdkVersionCodename : string with get, set

Property Value

Attributes

Remarks

The development codename (ex. "S", "REL") of the framework against which the application claims to have been compiled, or null if not specified.

This property is the compile-time equivalent of android.os.Build.VERSION#CODENAME Build.VERSION.CODENAME.

Java documentation for android.content.pm.ApplicationInfo.compileSdkVersionCodename.

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.

Applies to