isAtLeastO
Deprecated
Android O is a finalized release and this method is no longer necessary. It will be removed in a future release of this library. Instead use `Build.VERSION.SDK_INT >= 26`.
Replace with
android.os.Build.VERSION.SDK_INT >= 26
Content copied to clipboard
Checks if the device is running on a release version of Android O or newer.
Return
true
if O APIs are available for use, false
otherwise