isAtLeastNMR1
Deprecated
Android N 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 >= 25`.
Replace with
android.os.Build.VERSION.SDK_INT >= 25
Content copied to clipboard
Checks if the device is running on the Android N MR1 release or newer.
Return
true
if N MR1 APIs are available for use