set Build.SDK_INT to GINGERBREAD

Flappy Birds tries to apply unnecessary workarounds if older API versions are
reported
This commit is contained in:
Julian Winkler
2023-06-18 11:17:40 +02:00
parent 9e706927de
commit 8047df5990

View File

@@ -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