getRelease

abstract fun getRelease(): String

获取安卓系统版本名称。 对应 android.os.Build.VERSION.RELEASE

Return

版本字符串(例如:"11", "8.1.0")。