SDK_INT

@JvmField
val SDK_INT: Int?(source)

Reflection based retrieval of android.os.Build.VERSION.SDK_INT

Will be either:

  • null: NOT Android Runtime (i.e. not an emulator or device)

  • 1 or greater: Android Runtime