aboutsummaryrefslogtreecommitdiffstats
path: root/common/src/com/android
diff options
context:
space:
mode:
Diffstat (limited to 'common/src/com/android')
-rw-r--r--common/src/com/android/inputmethod/latin/common/Constants.java8
1 files changed, 0 insertions, 8 deletions
diff --git a/common/src/com/android/inputmethod/latin/common/Constants.java b/common/src/com/android/inputmethod/latin/common/Constants.java
index a2d21a826..03abb0fdd 100644
--- a/common/src/com/android/inputmethod/latin/common/Constants.java
+++ b/common/src/com/android/inputmethod/latin/common/Constants.java
@@ -16,20 +16,12 @@
package com.android.inputmethod.latin.common;
-import android.os.Build;
-
import com.android.inputmethod.annotations.UsedForTesting;
import javax.annotation.Nonnull;
public final class Constants {
- public static final boolean JELLY_BEAN_OR_HIGHER =
- Build.VERSION.SDK_INT >= Build.VERSION_CODES.JELLY_BEAN;
-
- public static final boolean JELLY_BEAN_MR1_OR_HIGHER =
- Build.VERSION.SDK_INT >= Build.VERSION_CODES.JELLY_BEAN_MR1;
-
public static final class Color {
/**
* The alpha value for fully opaque.