isAtLeastP
Deprecated
Android P 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 >= 28`.
Replace with
android.os.Build.VERSION.SDK_INT >= 28
Content copied to clipboard
Checks if the device is running on a release version of Android P or newer.
Return
true
if P APIs are available for use, false
otherwise