isAtLeastOMR1

Deprecated

Android O MR1 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 >= 27`.

Replace with

android.os.Build.VERSION.SDK_INT >= 27

Checks if the device is running on a release version of Android O MR1 or newer.

Return

true if O MR1 APIs are available for use, false otherwise