isAtLeastT
Deprecated
Android Tiramisu 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 >= 33`.
Replace with
android.os.Build.VERSION.SDK_INT >= 33
Content copied to clipboard
Checks if the device is running on a pre-release version of Android Tiramisu or a release version of Android Tiramisu or newer.
Note: When Android Tiramisu is finalized for release, this method will be removed and all calls must be replaced with Build.VERSION.SDK_INT >= 33
.
Return
true
if Tiramisu APIs are available for use, false
otherwise