From 8047df5990168ed5f6de9ab19f67b90dbf77e492 Mon Sep 17 00:00:00 2001 From: Julian Winkler Date: Sun, 18 Jun 2023 11:17:40 +0200 Subject: [PATCH] set Build.SDK_INT to GINGERBREAD Flappy Birds tries to apply unnecessary workarounds if older API versions are reported --- src/api-impl/android/os/Build.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/api-impl/android/os/Build.java b/src/api-impl/android/os/Build.java index 09f6370b..9569b95c 100644 --- a/src/api-impl/android/os/Build.java +++ b/src/api-impl/android/os/Build.java @@ -100,7 +100,7 @@ public class Build { * The user-visible SDK version of the framework; its possible * values are defined in {@link Build.VERSION_CODES}. */ - public static final int SDK_INT = 0; + public static final int SDK_INT = Build.VERSION_CODES.GINGERBREAD; /** * The current development codename, or the string "REL" if this is