Will that resolve the `if (Build.VERSION.SDK_INT &...
# android
k
Will that resolve the
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.LOLLIPOP) { … }
issue?