aboutsummaryrefslogtreecommitdiff
path: root/common/src/com/android/tv/common/feature/Sdk.java
diff options
context:
space:
mode:
Diffstat (limited to 'common/src/com/android/tv/common/feature/Sdk.java')
-rw-r--r--common/src/com/android/tv/common/feature/Sdk.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/common/src/com/android/tv/common/feature/Sdk.java b/common/src/com/android/tv/common/feature/Sdk.java
index e59bcd60..bf76c9ce 100644
--- a/common/src/com/android/tv/common/feature/Sdk.java
+++ b/common/src/com/android/tv/common/feature/Sdk.java
@@ -27,6 +27,8 @@ public final class Sdk {
public static final Feature AT_LEAST_O = new AtLeast(VERSION_CODES.O);
+ public static final Feature AT_LEAST_T = new AtLeast(VERSION_CODES.TIRAMISU);
+
private static final class AtLeast implements Feature {
private final int versionCode;