Michael Bichlmeier
Build.VERSION.SDK_INT < VERSION_CODES.TIRAMISU
fun shouldShowCustomAcceptPushesDialog() : Boolean { contract { returns(true) implies (Build.VERSION.SDK_INT < VERSION_CODES.TIRAMISU) returns(false) implies (Build.VERSION.SDK_INT >= VERSION_CODES.TIRAMISU) } return Build.VERSION.SDK_INT < VERSION_CODES.TIRAMISU }
unsupported construction
ephemient
A modern programming language that makes developers happier.