From e99567155a42ac8fdaaaa4ed506e6a7505626e59 Mon Sep 17 00:00:00 2001 From: Richard Newman Date: Thu, 28 May 2015 15:22:08 -0700 Subject: [PATCH] Bug 1061273 - Pre: add 20+ to Versions. DONTBUILD --- mobile/android/base/AppConstants.java.in | 1 + 1 file changed, 1 insertion(+) diff --git a/mobile/android/base/AppConstants.java.in b/mobile/android/base/AppConstants.java.in index fce83f6fdf9..795a883c013 100644 --- a/mobile/android/base/AppConstants.java.in +++ b/mobile/android/base/AppConstants.java.in @@ -63,6 +63,7 @@ public class AppConstants { public static final boolean feature16Plus = MIN_SDK_VERSION >= 16 || (MAX_SDK_VERSION >= 16 && Build.VERSION.SDK_INT >= 16); public static final boolean feature17Plus = MIN_SDK_VERSION >= 17 || (MAX_SDK_VERSION >= 17 && Build.VERSION.SDK_INT >= 17); public static final boolean feature19Plus = MIN_SDK_VERSION >= 19 || (MAX_SDK_VERSION >= 19 && Build.VERSION.SDK_INT >= 19); + public static final boolean feature20Plus = MIN_SDK_VERSION >= 20 || (MAX_SDK_VERSION >= 20 && Build.VERSION.SDK_INT >= 20); public static final boolean feature21Plus = MIN_SDK_VERSION >= 21 || (MAX_SDK_VERSION >= 21 && Build.VERSION.SDK_INT >= 21); /*