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