aboutsummaryrefslogtreecommitdiff
path: root/common/src/com/android/tv/common/feature/CommonFeatures.java
diff options
context:
space:
mode:
Diffstat (limited to 'common/src/com/android/tv/common/feature/CommonFeatures.java')
-rw-r--r--common/src/com/android/tv/common/feature/CommonFeatures.java3
1 files changed, 1 insertions, 2 deletions
diff --git a/common/src/com/android/tv/common/feature/CommonFeatures.java b/common/src/com/android/tv/common/feature/CommonFeatures.java
index d47aa603..62c88ead 100644
--- a/common/src/com/android/tv/common/feature/CommonFeatures.java
+++ b/common/src/com/android/tv/common/feature/CommonFeatures.java
@@ -17,7 +17,6 @@
package com.android.tv.common.feature;
import static com.android.tv.common.feature.FeatureUtils.AND;
-import static com.android.tv.common.feature.FeatureUtils.OR;
import static com.android.tv.common.feature.TestableFeature.createTestableFeature;
/**
@@ -34,7 +33,7 @@ public class CommonFeatures {
* DVR API is introduced in N, it only works when app runs as a system app.
*/
public static final TestableFeature DVR = createTestableFeature(
- AND(OR(Sdk.N_PRE_2_OR_HIGHER, Sdk.AT_LEAST_N), SystemAppFeature.SYSTEM_APP_FEATURE));
+ AND(Sdk.AT_LEAST_N, SystemAppFeature.SYSTEM_APP_FEATURE));
/**
* ENABLE_RECORDING_REGARDLESS_OF_STORAGE_STATUS