isAtLeastQ

Deprecated

Android Q 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 >= 29`.

Replace with

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

Checks if the device is running on release version of Android Q or newer.

Return

true if Q APIs are available for use, false otherwise